Explorar o código

fix flavor display

zhangdehua hai 11 meses
pai
achega
401849182d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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) {
         function fetchOrder(orderId, interId) {
             $.get('/index/order/detail?orderId=' + orderId, function (res) {
             $.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) {
                 if (res.status == 200 && res.data.order.pay_status == 20) {
                     clearInterval(interId);
                     clearInterval(interId);
                     $("#loadingModel").hide(0);
                     $("#loadingModel").hide(0);
@@ -625,7 +625,7 @@
                 return;
                 return;
             }
             }
 
 
-            console.log("points")
+            //console.log("points")
             const params = {
             const params = {
                 "delivery": 10,
                 "delivery": 10,
                 "address_id": addressId
                 "address_id": addressId