优化问题

This commit is contained in:
duan
2024-05-28 11:03:19 +08:00
parent e0781543b4
commit d3dccd5da9
5 changed files with 13 additions and 8 deletions

View File

@@ -343,6 +343,7 @@
// 去结算
showpopupclick() {
console.log(1212121)
if (this.numValue == 0) {
let data = { //定义socket数据传参
"skuId": '',
@@ -400,7 +401,7 @@
uni.redirectTo({
url: '/pages/order/successful?orderId=' + this
.listinfoid + '&orderInfo=' + JSON.stringify(
this.orderInfo)
this.orderInfo) + '&payType' + this.radiovalue1
});
}, 1000)
// uni.redirectTo({
@@ -457,7 +458,7 @@
uni.redirectTo({
url: '/pages/order/successful?orderId=' + this
.listinfoid + '&orderInfo=' + JSON.stringify(
this.orderInfo)
this.orderInfo)+ '&radiovalue1=' + this.radiovalue1
});
}, 1000)