Browse Source

购物车地址

zhangdehua 1 year ago
parent
commit
83bc76b55b
1 changed files with 1 additions and 1 deletions
  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)
                 }
             })
         }