wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
768de470c79533d692eb26c4595986bd346b23dd
Authored by
后端开发-苏由福
2021-11-23 11:18:14 +0800
1 parent
54130951
商品详情页显示阶梯促销
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
768de47
...
...
@@ -1066,9 +1066,7 @@ Page({
1066
1066
th.add_cart_func(t);
1067
1067
}
1068
1068
},
1069
-
1070
-
1071
-
1069
+
1072
1070
//-- 加入购物的函数 --
1073
1071
add_cart_func_inte: function (t) {
1074
1072
var i = getApp().request;
...
...