From de7986c47df38cbea6ab15835a47e4017befd686 Mon Sep 17 00:00:00 2001 From: zhangds Date: Tue, 19 Mar 2024 17:23:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coupon/myOrder.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coupon/myOrder.html b/coupon/myOrder.html index 677fa5b..487d14a 100644 --- a/coupon/myOrder.html +++ b/coupon/myOrder.html @@ -192,7 +192,9 @@ }, /*跳转详情*/ - toDetails(order, event) { + toDetails(order) { + if (order.status === 4 || order.status === 6) return; + sessionStorage.setItem('orderNumber', order.order_number); switch (order.goods.product_type) { case 1: