| | |
| | | </view> |
| | | <!-- 视频播放的按钮 --> |
| | | <view class="bigFunctionBox"> |
| | | <slider activeColor='#FF6C00' class="mp-slider-bar" block-size="16" value="{{myAudioPos}}" bindchange="hanle_slider_change"></slider> |
| | | |
| | | |
| | | <view class="functionBox"> |
| | | |
| | | |
| | | |
| | | <!-- 左切换 --> |
| | | <view class="leftSwitchBox color" bind:tap="onLeftSwitch"> |
| | | <!-- <view class="leftSwitchBox color" bind:tap="onLeftSwitch"> |
| | | <t-icon name="previous" size="24" /> |
| | | </view> |
| | | </view> --> |
| | | |
| | | <!-- 暂停播放 --> |
| | | <view class="audioIconBox color"> |
| | | <view class="audioIconBox color" style="margin-left: 30rpx; margin-right: 10rpx;"> |
| | | <view wx:if="{{!isplay}}" bind:tap='play'> |
| | | <t-icon name="play-circle-stroke" size="24" /> |
| | | </view> |
| | |
| | | <t-icon name="pause-circle-stroke" size="24" /> |
| | | </view> |
| | | </view> |
| | | |
| | | <slider style="width: 300rpx;" activeColor='#FF6C00' class="mp-slider-bar" block-size="16" value="{{myAudioPos}}" bindchange="hanle_slider_change"></slider> |
| | | <!-- 右切换 --> |
| | | <view class="rightSwitchBox color" bind:tap="onRightSwitch"> |
| | | <!-- <view class="rightSwitchBox color" bind:tap="onRightSwitch"> |
| | | <t-icon name="next" size="24" /> |
| | | </view> |
| | | </view> --> |
| | | |
| | | <!-- 时间 --> |
| | | <view class="current-time color">{{myAudioCurrent}} </view> |
| | | <view class="color" style="margin: 0 10rpx;">/</view> |
| | | <view class="duration-time color"> {{myAudioDuration}} </view> |
| | | |
| | | <view class="publicBtn color" style="margin-left:100rpx ;" bind:tap="onSpeed"> |
| | | <view class="publicBtn color" style="margin-left:40rpx ; width: 80rpx;" bind:tap="onSpeed"> |
| | | |
| | | <text class="publicText">{{"x "+speed}}</text> |
| | | </view> |