优化问题

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

@@ -160,8 +160,7 @@
setTimeout(res => {
uni.redirectTo({
url: '/pages/order/successful?orderId=' + this
.listinfoid.id + '&orderInfo=' + JSON.stringify(
orderInfo)
.listinfoid.id + '&orderInfo=' + JSON.stringify(orderInfo)+'&radiovalue1=' + this.radiovalue1
});
}, 1000)
}