解决order_detail冲突
This commit is contained in:
@@ -255,7 +255,11 @@
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
|
||||
fangdouevent() {
|
||||
this.$u.debounce(() => {
|
||||
this.showpopupclick()
|
||||
}, 1000)
|
||||
},
|
||||
async getcoupon() {
|
||||
let res = await this.api.userCoupon({
|
||||
"orderNum": this.listinfo.amount,
|
||||
@@ -395,7 +399,7 @@
|
||||
uni.redirectTo({
|
||||
url: '/pages/order/successful?orderId=' + this
|
||||
.listinfoid + '&orderInfo=' + JSON.stringify(
|
||||
this.orderInfo)
|
||||
this.orderInfo) + '&payType' + this.radiovalue1
|
||||
});
|
||||
}, 1000)
|
||||
// uni.redirectTo({
|
||||
@@ -452,7 +456,7 @@
|
||||
uni.redirectTo({
|
||||
url: '/pages/order/successful?orderId=' + this
|
||||
.listinfoid + '&orderInfo=' + JSON.stringify(
|
||||
this.orderInfo)
|
||||
this.orderInfo)+ '&radiovalue1=' + this.radiovalue1
|
||||
});
|
||||
}, 1000)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user