支付界面更新

This commit is contained in:
GaoHao
2024-08-03 10:50:38 +08:00
parent e1e501e150
commit 2b66e1d7f8
6 changed files with 86 additions and 1794 deletions

View File

@@ -127,14 +127,14 @@
<u-popup :show="ispws" :round="20" mode="bottom" @close="ispws = false" height="500" :safeAreaInsetBottom="false">
<view class="pay-info-wrap">
<view class="info-wrap flex-between">
<view class="close" @click="showShopInfo = false">
<view class="close" @click="ispws = false">
<u-icon name="close" color="#999999" size="28"></u-icon>
</view>
<text class="title">请输入支付密码</text>
<view></view>
</view>
<view class="info-content">
<payPasswordtwo ref="payPwd" :listinfo="listinfo" @accountPayevent="accountPayevent" v-if="ispws"></payPasswordtwo>
<payPasswordtwo ref="payPwd" :payAmount="listinfo.payAmount" @accountPayevent="accountPayevent" v-if="ispws"></payPasswordtwo>
</view>
</view>
@@ -972,10 +972,10 @@
position: inherit;
}
.pay-info-wrap{
padding: 0 30rpx 50rpx;
padding: 0;
box-sizing: border-box;
.info-wrap{
padding: 30rpx 0;
padding: 30rpx;
box-sizing: border-box;
.title{
align-self: center;