From 5b5515dca1ad3c8a62865bb8386bec268b1f04ec Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Sun, 4 Feb 2024 17:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=80=EF=B8=8F=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coupon/myOrder.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coupon/myOrder.html b/coupon/myOrder.html index 42f3648..ed945e6 100644 --- a/coupon/myOrder.html +++ b/coupon/myOrder.html @@ -190,10 +190,10 @@ sessionStorage.setItem('orderNumber', order.order_number); switch (order.goods.product_type) { case 1: - window.location.href = './orderDetails/chargerOrder.html'; + window.location.href = '../orderDetails/chargerOrder.html'; break; case 2: - window.location.href = './orderDetails/cardOrder.html'; + window.location.href = '../orderDetails/cardOrder.html'; break; default: break;