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
8a98c518aa5ef37b9e8d2c077b7be13df349b049
Authored by
yvan.ni
2023-08-17 10:41:10 +0800
1 parent
097368f0
关闭的时候,优化
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 @
8a98c51
...
...
@@ -2538,9 +2538,7 @@ Page({
2538
2538
sele_g: this.data.data,
2539
2539
gid: this.data.data.goods_id
2540
2540
})
2541
-
2542
- this.sele_spec_chech_activity();
2543
-
2541
+ this.sele_spec_chech_activity(1);
2544
2542
}
2545
2543
2546
2544
this.setData({
...
...