|
@@ -23,10 +23,21 @@
|
|
<view class="num-text">千卡</view>
|
|
<view class="num-text">千卡</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="btn">
|
|
|
|
- <image class="pause" src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241112/but91q052754552.png?imageView2/1/w/200/h/200"></image>
|
|
|
|
|
|
+ <view class="btn" wx:if="{{!isstop}}">
|
|
|
|
+ <image class="pause" src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241112/but91q052754552.png?imageView2/1/w/200/h/200" bindtap="stop"></image>
|
|
<view class="btn-text">暂停</view>
|
|
<view class="btn-text">暂停</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="stop" wx:if="{{isstop}}">
|
|
|
|
+ <view class="btn">
|
|
|
|
+ <image class="pause" src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241113/0juf14093957533.png?imageView2/1/w/200/h/200" bindtap="stop"></image>
|
|
|
|
+ <view class="btn-text">继续</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="btn">
|
|
|
|
+ <image class="pause" src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241113/1lva96094128884.png?imageView2/1/w/200/h/200"></image>
|
|
|
|
+ <view class="btn-text">长按结束</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|