|
@@ -34,7 +34,7 @@
|
|
<u-button @click="handlePay" type="success" >确认支付</u-button>
|
|
<u-button @click="handlePay" type="success" >确认支付</u-button>
|
|
</view>
|
|
</view>
|
|
<!-- 确认支付弹窗 -->
|
|
<!-- 确认支付弹窗 -->
|
|
- <u-popup mode="center" closeable @close="closeModal" negative-top="300" v-model="showPayModal" width="600rpx" >
|
|
|
|
|
|
+ <u-popup mode="center" :mask-close-able="false" closeable @close="closeModal" negative-top="300" v-model="showPayModal" width="600rpx" >
|
|
<view class="slot-content">
|
|
<view class="slot-content">
|
|
<view class="slot-title">请输入支付密码</view>
|
|
<view class="slot-title">请输入支付密码</view>
|
|
<view class="text-cont">
|
|
<view class="text-cont">
|