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;