소스 검색

购物车地址

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