|
|
@ -118,7 +118,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="width100 height60"></view> |
|
|
|
<view class="width100 height60"></view> |
|
|
|
<view class="footer" v-if="isture"> |
|
|
|
<view class="footer"> |
|
|
|
<view class="settlement"> |
|
|
|
<view class="settlement"> |
|
|
|
<view class="sum">实付:<view class="money" v-if="couponList.payType == 1">¥{{paytheprice}}</view> |
|
|
|
<view class="sum">实付:<view class="money" v-if="couponList.payType == 1">¥{{paytheprice}}</view> |
|
|
|
<view class="money aliitem" v-else> |
|
|
|
<view class="money aliitem" v-else> |
|
|
@ -202,7 +202,6 @@ |
|
|
|
user: '', |
|
|
|
user: '', |
|
|
|
paytype: '', |
|
|
|
paytype: '', |
|
|
|
PaymentPassword: '', |
|
|
|
PaymentPassword: '', |
|
|
|
isture: true, |
|
|
|
|
|
|
|
orderId: '', |
|
|
|
orderId: '', |
|
|
|
jumpType: '', |
|
|
|
jumpType: '', |
|
|
|
tongCardPrice: 0, |
|
|
|
tongCardPrice: 0, |
|
|
@ -498,9 +497,14 @@ |
|
|
|
}) |
|
|
|
}) |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
that.isture = false; |
|
|
|
|
|
|
|
that.$refs.paymentPassword.modalFun('show'); |
|
|
|
that.$refs.paymentPassword.modalFun('show'); |
|
|
|
} else if (that.paytype == 'gonghuika') { |
|
|
|
} else if (that.paytype == 'gonghuika') { |
|
|
|
|
|
|
|
if (!that.user.isSetPayPwd) { |
|
|
|
|
|
|
|
uni.navigateTo({ |
|
|
|
|
|
|
|
url: '../login/updatePas/updatePas' |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
} |
|
|
|
if (!that.user.isSetHltCard) { |
|
|
|
if (!that.user.isSetHltCard) { |
|
|
|
uni.showToast({ |
|
|
|
uni.showToast({ |
|
|
|
icon: 'none', |
|
|
|
icon: 'none', |
|
|
@ -516,7 +520,6 @@ |
|
|
|
}); |
|
|
|
}); |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
that.isture = false; |
|
|
|
|
|
|
|
that.$refs.paymentPassword.modalFun('show'); |
|
|
|
that.$refs.paymentPassword.modalFun('show'); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
uni.showToast({ |
|
|
|
uni.showToast({ |
|
|
@ -528,7 +531,14 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
submitHandle(e) { |
|
|
|
submitHandle(e) { |
|
|
|
this.PaymentPassword = e.value; |
|
|
|
this.PaymentPassword = e.value; |
|
|
|
this.isture = true; |
|
|
|
if(this.PaymentPassword == ''){ |
|
|
|
|
|
|
|
uni.showToast({ |
|
|
|
|
|
|
|
title: '请勿手动关闭弹窗', |
|
|
|
|
|
|
|
icon: 'none', |
|
|
|
|
|
|
|
duration: 2000 |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
} |
|
|
|
uni.showLoading({ |
|
|
|
uni.showLoading({ |
|
|
|
title: '支付中...' |
|
|
|
title: '支付中...' |
|
|
|
}) |
|
|
|
}) |
|
|
|