Commit e729a1e2a0f6ee72db14b63b204b2fece769e6cd
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
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 | }, |