This commit is contained in:
tx 2024-12-26 15:52:44 +08:00
parent 468e1e154c
commit f10a3eead1
3 changed files with 1147 additions and 1127 deletions

View File

@ -412,8 +412,8 @@
money: this.areaInfo.deposit,
mark: "押金充值",
type: '4',
areaId: id
areaId: id,
platform: "2" // 2
}
let that = this
@ -422,13 +422,8 @@
// this.freList=res.rows
let orderNo = res.data.orderNo
this.orderNo = res.data.orderNo
uni.requestPayment({
provider: 'wxpay',
timeStamp: res.data.timeStamp,
nonceStr: res.data.nonceStr,
package: res.data.packageVal,
signType: res.data.signType,
paySign: res.data.paySign,
my.tradePay ({
tradeNO: res.data.tradeNO,
success(res) {
//
// uni.showLoading({
@ -480,6 +475,8 @@
},
fail(err) {
console.log(err,'err');
that.ispaid = false
//
uni.showToast({
@ -781,60 +778,53 @@
}
.tip_box {
position: fixed;
left: 72rpx;
top: 628rpx;
width: 610rpx;
height: 282rpx;
background: #FFFFFF;
border-radius: 30rpx 30rpx 30rpx 30rpx;
z-index: 110;
position: fixed;
left: 72rpx;
top: 50%;
transform: translateY(-50%);
width: 610rpx;
background: #FFFFFF;
border-radius: 30rpx;
z-index: 110;
overflow: hidden;
.top {
padding: 52rpx 38rpx 42rpx 36rpx;
.top {
padding: 52rpx 38rpx 42rpx 36rpx;
.txt {
width: 100%;
text-align: center;
font-weight: 500;
font-size: 32rpx;
color: #3D3D3D;
}
}
.txt {
width: 100%;
text-align: center;
font-weight: 500;
font-size: 32rpx;
color: #3D3D3D;
line-height: 1.5;
}
}
.bot {
border-top: 2rpx solid #D8D8D8;
display: flex;
flex-wrap: nowrap;
height: 100%;
.bot {
display: flex;
border-top: 2rpx solid #D8D8D8;
.bot_left {
width: 50%;
height: 98rpx;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
font-size: 36rpx;
color: #3D3D3D;
}
.bot_left, .bot_right {
flex: 1;
height: 98rpx;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
font-size: 36rpx;
}
.bot_right {
width: 50%;
height: 98rpx;
display: flex;
align-items: center;
justify-content: center;
.bot_left {
color: #3D3D3D;
}
border-left: 2rpx solid #D8D8D8;
font-weight: 500;
font-size: 36rpx;
color: #1E807A;
}
}
}
.bot_right {
color: #1E807A;
border-left: 2rpx solid #D8D8D8;
}
}
}
.card2 {
margin: 30rpx auto;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff