瀏覽代碼

购物车地址

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)
                 }
             })
         }