Quellcode durchsuchen

购物车地址

zhangdehua vor 1 Jahr
Ursprung
Commit
83bc76b55b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)
                 }
             })
         }