Commit 73c8b4c422d90117e36695806e543af4eb2e2178

Authored by 泉州测试
1 parent 85367453

style:修改自定义优惠卷样式

Showing 1 changed file with 2 additions and 0 deletions
pages/cart/cart2/c_filter.wxs
@@ -15,6 +15,7 @@ var filters = { @@ -15,6 +15,7 @@ var filters = {
15 if(ind==1 ) return "green"; 15 if(ind==1 ) return "green";
16 if(ind==2) return "blue"; 16 if(ind==2) return "blue";
17 if(ind==11) return "green"; 17 if(ind==11) return "green";
  18 + if(ind==13) return "red";
18 if(ind==12) return "blue"; 19 if(ind==12) return "blue";
19 if(ind==20) return "green"; 20 if(ind==20) return "green";
20 return ""; 21 return "";
@@ -44,6 +45,7 @@ var filters = { @@ -44,6 +45,7 @@ var filters = {
44 if (ind == 2) return "指定品类"; 45 if (ind == 2) return "指定品类";
45 if (ind == 11) return "指定用途"; 46 if (ind == 11) return "指定用途";
46 if (ind == 12) return "指定分类1"; 47 if (ind == 12) return "指定分类1";
  48 + if (ind == 13) return "全场通用";
47 if (ind == 20) return "指定单品"; 49 if (ind == 20) return "指定单品";
48 return ""; 50 return "";
49 }, 51 },