mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 04:19:36 +08:00
18 lines
606 B
Plaintext
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> |