抖火法律首页调整

This commit is contained in:
唐明明
2023-06-14 14:25:30 +08:00
parent ca8c6dff01
commit 42e847fccd
26 changed files with 236 additions and 178 deletions

View File

@@ -256,7 +256,20 @@
expressSheet(id, type, can) {
this.orderId = id
this.orderType = type
// 支付金额是0
if(can.pay_status == 4){
uni.showModal({
title : '提示',
content : '下单成功',
showCancel : false,
success : modalRes => {
if(modalRes.confirm){
uni.navigateBack()
}
}
})
return
}
// 仅支持线下打款
if(!can.online){
this.onToBankPay()
@@ -418,7 +431,7 @@
margin-right: $margin;
font-size: 30rpx;
text {
color: $main-color;
color: red;
padding-right: 10rpx;
}
}