From d3dc53783edba28b974b8f8c7901096085df1650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Thu, 30 May 2024 11:22:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order_detail/order_detail.vue | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/pages/order_detail/order_detail.vue b/pages/order_detail/order_detail.vue index bfc0f2f..e0a777e 100644 --- a/pages/order_detail/order_detail.vue +++ b/pages/order_detail/order_detail.vue @@ -408,13 +408,17 @@ uni.cache.set('shopUser', '') //删除shopUser this.paymodfiyOrderInfo() setTimeout(res => { + // uni.redirectTo({ + // url: '/pages/order/successful?orderId=' + this + // .listinfoid + '&orderInfo=' + JSON.stringify( + // this.orderInfo) + '&radiovalue1=' + this + // .radiovalue1 + // }); uni.redirectTo({ - url: '/pages/order/successful?orderId=' + this - .listinfoid + '&orderInfo=' + JSON.stringify( - this.orderInfo) + '&radiovalue1=' + this - .radiovalue1 + url: '/pages/order/order_detail?orderId=' + this + .listinfo.id }); - }, 1000) + }, 500) // uni.redirectTo({ // url: "/pages/mall/order/ordersuccess?id=" + datareslane.data // .order_id, @@ -451,13 +455,17 @@ title: '支付成功', success: () => { setTimeout(res => { + // uni.redirectTo({ + // url: '/pages/order/successful?orderId=' + this + // .listinfoid + '&orderInfo=' + JSON.stringify( + // this.orderInfo) + '&radiovalue1=' + this + // .radiovalue1 + // }); uni.redirectTo({ - url: '/pages/order/successful?orderId=' + this - .listinfoid + '&orderInfo=' + JSON.stringify( - this.orderInfo) + '&radiovalue1=' + this - .radiovalue1 + url: '/pages/order/order_detail?orderId=' + this + .listinfo.id }); - }, 1000) + }, 500) }