zhangdehua 1 рік тому
батько
коміт
83bc76b55b
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/index/view/cart/shoppingCart.html

+ 1 - 1
app/index/view/cart/shoppingCart.html

@@ -697,7 +697,7 @@
                 if (res.status == 200 && res.data.order.pay_status == 20){
                     clearInterval(interId);
                     $("#loadingModel").hide(0);
-                    window.location.replace('/index/user/orderDetails.html?orderDetails=' + orderId)
+                    window.location.replace('/index/user/orderDetails.html?orderId=' + orderId)
                 }
             })
         }