瀏覽代碼

fix flavor display

zhangdehua 11 月之前
父節點
當前提交
401849182d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/index/view/cart/shoppingCart.html

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

@@ -608,7 +608,7 @@
 
         function fetchOrder(orderId, interId) {
             $.get('/index/order/detail?orderId=' + orderId, function (res) {
-                console.log(res.data.order.pay_status);
+                //console.log(res.data.order.pay_status);
                 if (res.status == 200 && res.data.order.pay_status == 20) {
                     clearInterval(interId);
                     $("#loadingModel").hide(0);
@@ -625,7 +625,7 @@
                 return;
             }
 
-            console.log("points")
+            //console.log("points")
             const params = {
                 "delivery": 10,
                 "address_id": addressId