SelfRidicule a8fc49b797 1
2024-03-07 16:52:08 +08:00

18 lines
606 B
Plaintext

<view class="containerView public">
<!-- 订单信息 -->
<view class="msgView">
<van-count-down class="time" time="{{ countdownTime }}" use-slot bind:change="changeTime">
支付剩余时间: {{ timeData.minutes }}分{{ timeData.seconds }}秒
</van-count-down>
<view class="price">¥{{detail.orderMoney}}</view>
<view class="title">支付金额</view>
</view>
<!-- 确认支付 -->
<view class="submitBtn" bind:tap="payComplete" wx:if="{{showPay}}">确认支付</view>
<!-- 消息提示 -->
<van-notify id="van-notify" />
</view>