🦀️ fix: 修复bug
This commit is contained in:
parent
4401b5e428
commit
5b5515dca1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue