@@ -301,6 +301,7 @@
},
//确认放弃
canclePay() {
+ this.password = ''
this.showLeavePsw = false
this.showInputPsw = false
@@ -357,6 +358,7 @@
},300)
} else{
uni.showToast({
title: res.message,
icon: 'none'
@@ -185,6 +185,7 @@
@@ -238,6 +239,7 @@
url:"/pages/toOrder/payFinish?id=" + id
})
@@ -189,6 +189,7 @@
// 跳转到订单列表
uni.navigateTo({
url:"/pages/order/order"
@@ -287,6 +288,7 @@
url:"/pages/toOrder/payFinish?id=" + this.orderId