Commit e729a1e2a0f6ee72db14b63b204b2fece769e6cd

Authored by yvan.ni
2 parents aef4fb37 da30a8e5

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 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 },
... ...