Commit da30a8e548fb27998d6c221a8508fdd75a13aef2
1 parent
5292a92b
style:修改自定义优惠卷名称
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart2/c_filter.wxs
@@ -45,7 +45,7 @@ var filters = { | @@ -45,7 +45,7 @@ var filters = { | ||
45 | if (ind == 2) return "指定品类"; | 45 | if (ind == 2) return "指定品类"; |
46 | if (ind == 11) return "指定用途"; | 46 | if (ind == 11) return "指定用途"; |
47 | if (ind == 12) return "指定分类1"; | 47 | if (ind == 12) return "指定分类1"; |
48 | - if (ind == 13) return "全场通用"; | 48 | + if (ind == 13) return "自定义"; |
49 | if (ind == 20) return "指定单品"; | 49 | if (ind == 20) return "指定单品"; |
50 | return ""; | 50 | return ""; |
51 | }, | 51 | }, |