From 6a20f801d53ddb54466282a7c4408b3cf8212f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=8F=B6?= Date: Mon, 11 Jul 2022 10:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=BD=AC=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/index.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pages/mine/index.js b/pages/mine/index.js index ff6dba3..7a5736e 100644 --- a/pages/mine/index.js +++ b/pages/mine/index.js @@ -95,17 +95,17 @@ Page({ this.setData({ userInfo: res }) - if(res.group_id==2||res.group_id==3){ - let list = this.data.list - list.push({ - icon:'https://qs.haodian.cn/wechat_app/lichebao/mine/icon-jieshao2.png', - title:'转介绍', - url:'/pages/recommend/index', - }) - this.setData({ - list, - }) - } + // if(res.group_id==2||res.group_id==3){ + // let list = this.data.list + // list.push({ + // icon:'https://qs.haodian.cn/wechat_app/lichebao/mine/icon-jieshao2.png', + // title:'转介绍', + // url:'/pages/recommend/index', + // }) + // this.setData({ + // list, + // }) + // } }); },