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
a9818af959f56ecaebea834e7aa52cd23f9b2634
Authored by
yvan.ni
2022-12-13 09:17:15 +0800
1 parent
cb02b28f
多规格的优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
a9818af
...
...
@@ -2936,7 +2936,7 @@ Page({
2936
2936
sku_g = this.data.sku_g_pt;
2937
2937
}
2938
2938
2939
-
that.data.change=1;
2939
+
//
that.data.change=1;
2940
2940
2941
2941
var item = null;
2942
2942
for (var i in sku_g) {
...
...