Commit bb8b2f724870bb52e7195a6c9803f7ba3804d9fb
1 parent
91de6c5a
注释return
Showing
1 changed file
with
2 additions
and
2 deletions
packageE/pages/cart/cart2/cart2.js
@@ -1454,7 +1454,7 @@ Page({ | @@ -1454,7 +1454,7 @@ Page({ | ||
1454 | isnew:1 | 1454 | isnew:1 |
1455 | }, | 1455 | }, |
1456 | }).then(res => { | 1456 | }).then(res => { |
1457 | - debugger | 1457 | + // debugger |
1458 | if(res.data.code==0 && res.data.data && res.data.data.promgoodsbuynum){ | 1458 | if(res.data.code==0 && res.data.data && res.data.data.promgoodsbuynum){ |
1459 | item1.promgoodsbuynum = res.data.data.promgoodsbuynum; | 1459 | item1.promgoodsbuynum = res.data.data.promgoodsbuynum; |
1460 | } | 1460 | } |
@@ -5893,7 +5893,7 @@ Page({ | @@ -5893,7 +5893,7 @@ Page({ | ||
5893 | console.log(str); | 5893 | console.log(str); |
5894 | 5894 | ||
5895 | 5895 | ||
5896 | - return false; | 5896 | + // return false; |
5897 | 5897 | ||
5898 | wx.showLoading({ title: "加载中" }); | 5898 | wx.showLoading({ title: "加载中" }); |
5899 | th.setData({ submit: 1, }) | 5899 | th.setData({ submit: 1, }) |