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
da30a8e548fb27998d6c221a8508fdd75a13aef2
Authored by
泉州测试
2022-03-11 17:17:33 +0800
1 parent
5292a92b
style:修改自定义优惠卷名称
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart2/c_filter.wxs
pages/cart/cart2/c_filter.wxs
View file @
da30a8e
...
...
@@ -45,7 +45,7 @@ var filters = {
45
45
if (ind == 2) return "指定品类";
46
46
if (ind == 11) return "指定用途";
47
47
if (ind == 12) return "指定分类1";
48
- if (ind == 13) return "
全场通用
";
48
+ if (ind == 13) return "
自定义
";
49
49
if (ind == 20) return "指定单品";
50
50
return "";
51
51
},
...
...