优化问题
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user