| 1 |
- <block wx:if="{{url}}"><view class="flex justify-between align-center audio"><view data-event-opts="{{[['tap',[['start',['$0'],['audioId']]]]]}}" class="mr-3" bindtap="__e"><image hidden="{{!(!status)}}" class="icon" src="{{startPic}}"></image><image hidden="{{!(status)}}" class="icon" src="{{endPic}}"></image></view><view class="flex-1"><slider activeColor="{{activeColor}}" min="{{0}}" max="{{$root.g0}}" value="{{$root.g1}}" step="{{0.1}}" backgroundColor="#E9F0F0" block-size="{{14}}" block-color="#2BC7B9" data-event-opts="{{[['change',[['changeAudio',['$event']]]]]}}" bindchange="__e"></slider></view><view class="ml-3">{{$root.m0}}</view></view></block>
|