sharp-agezi 5 years ago
parent
commit
126ed0e3e1
2 changed files with 3 additions and 3 deletions
  1. 2 2
      pages/buy/buy.js
  2. 1 1
      readme.md

+ 2 - 2
pages/buy/buy.js

@@ -253,7 +253,7 @@ Page({
       },
       success: function (res) {
         
-        console.log(res);
+        // console.log(res);
         //有此商品
         if (res.data.total > 0) {
           if (res.data.commodity.commodity_flag == '1') {//此商品为下架商品
@@ -2208,7 +2208,7 @@ Page({
       if (id == 0) {//加入购物车
 
         let num = parseInt(that.data.minNumber);
-        consolle.log("商品数量",num)
+        // consolle.log("商品数量",num)
         let oldNum = parseInt(that.data.cartNum);
         let newNum = oldNum + num;
         if (newNum > 99) {

+ 1 - 1
readme.md

@@ -17,4 +17,4 @@
       y = -高度/2
       fillRect(x,y,宽度,高度)
 ### 缺少详情页,字体加粗、字体定制
-v:3.2.5
+v:3.2.9