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
49e3b03fadf8034daeaa14782cbc4ad54b01b98a
Authored by
WXD-SEASON\season
2022-09-01 14:53:47 +0800
1 parent
b1caeffa
增加积分签到
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pages/user/index/filter.wxs
pages/user/index/filter.wxs
View file @
49e3b03
...
...
@@ -21,6 +21,7 @@ var is_close = function (name,c_list) {
21
21
map['套盒商品']="19";
22
22
map['AI测肤']="20";
23
23
map['附近门店']="21";
24
+ map['积分签到']="22";
24
25
var index=map[name];
25
26
26
27
//我的权益要判断5,和11
...
...