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
6146166bfeadb41fbd88e19b58b1ee83019eb322
Authored by
WXD-SEASON\season
2021-07-28 14:07:45 +0800
1 parent
5215c017
增加充值有礼及大转盘项
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
pages/user/index/filter.wxs
pages/user/index/filter.wxs
View file @
6146166
...
...
@@ -15,6 +15,8 @@ var is_close = function (name,c_list) {
15
15
map['我的评价']="13";
16
16
map['我的礼包']="14";
17
17
map['助力活动']="15";
18
+ map['充值有礼']="16";
19
+ map['幸运大转盘']="17";
18
20
var index=map[name];
19
21
20
22
//我的权益要判断5,和11
...
...