yiming
2024-03-29 4c472f6bbf82e5ef95b60ac8e417760d89a7ba36
packageDomain/pages/resourceDetails/myAudio/index.wxml
@@ -27,12 +27,20 @@
      </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" /> -->