解决order_detail冲突

This commit is contained in:
魏啾
2024-05-28 14:07:52 +08:00
9 changed files with 580 additions and 27 deletions

View File

@@ -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)