| | |
| | | </view> --> |
| | | |
| | | <!-- 暂停播放 --> |
| | | <<<<<<< Updated upstream |
| | | <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 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="" /> |
| | | |
| | | >>>>>>> Stashed changes |
| | | </view> |
| | | <view wx:else bind:tap="stop" class="pauseCircleBox"> |
| | | <!-- <t-icon name="pause-circle-stroke" size="24" /> --> |