| | |
| | | </view> --> |
| | | |
| | | <!-- 暂停播放 --> |
| | | <<<<<<< Updated upstream |
| | | <view |
| | | class="audioIconBox color" |
| | | style="margin-left: 30rpx; margin-right: 10rpx" |
| | | > |
| | | <view wx:if="{{!isplay}}" bind:tap="play" class="pauseCircleBox"> |
| | | <!-- <t-icon name="play-circle-stroke" size="24" /> --> |
| | | <image |
| | | src="/static/images/resourceDetailsMyAudio/play@2x.png" |
| | | mode="" |
| | | /> |
| | | ======= |
| | | <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" /> |
| | | >>>>>>> Stashed changes |
| | | </view> |
| | | <view wx:else bind:tap="stop" class="pauseCircleBox"> |
| | | <!-- <t-icon name="pause-circle-stroke" size="24" /> --> |
| | | <image |
| | | src="/static/images/resourceDetailsMyAudio/zanting@2x.png" |
| | | mode="" |
| | | /> |
| | | <image src="/static/images/resourceDetailsMyAudio/zanting@2x.png" mode="" /> |
| | | </view> |
| | | </view> |
| | | <slider style="width: 300rpx" activeColor="#FF6C00" class="mp-slider-bar" block-size="16" value="{{myAudioPos}}" bindchange="hanle_slider_change"></slider> |