diff --git a/pages/user/index/filter.wxs b/pages/user/index/filter.wxs index 5d5835e..8d0f324 100644 --- a/pages/user/index/filter.wxs +++ b/pages/user/index/filter.wxs @@ -4,22 +4,22 @@ var is_close = function (name,c_list) { map['我的分销']="1"; map['我的拼单']="2"; map['秒杀活动']="3"; - map['PLUS会员']="4"; - map['专享礼包']="5"; - map['我的权益']="6"; - map['联系客服']="7"; - map['收藏夹']="8"; - map['我的地址']="9"; - map['收入卡包']="10"; - map['我的服务']="11"; - map['我的评价']="12"; - map['我的礼包']="13"; + map['PLUS会员']="4"; + map['联系客服']="6"; + map['收藏夹']="7"; + map['我的地址']="8"; + map['收入卡包']="9"; + map['专享礼包']="10"; + map['我的权益']="11"; + map['我的服务']="12"; + map['我的评价']="13"; + map['我的礼包']="14"; + map['助力活动']="15"; var index=map[name]; //不包含,不关闭 if(c_list.indexOf(index)==-1) return 0; //包含,就是关闭的 - return 1 - + return 1 } module.exports = {