From 75243c9db1881be5287bd56725525df87a40f639 Mon Sep 17 00:00:00 2001 From: "AERWEN\\26795" <123456789a> Date: Mon, 16 Oct 2023 10:51:50 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=9A=84=E8=8F=9C=E5=8D=95=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/usercenter/index.js | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/pages/usercenter/index.js b/pages/usercenter/index.js index 91cdcbf..c6cf16d 100644 --- a/pages/usercenter/index.js +++ b/pages/usercenter/index.js @@ -11,6 +11,7 @@ const menuData = [ title: '申请开店', tit: '', url: '', + status: 0, type: 'apply-shop', }, { @@ -25,12 +26,12 @@ const menuData = [ url: '', type: 'coupon', }, - { - title: '积分', - tit: '', - url: '', - type: 'point', - }, + // { + // title: '积分', + // tit: '', + // url: '', + // type: 'point', + // }, { title: '设置', tit: '', @@ -38,12 +39,13 @@ const menuData = [ type: 'set', }, ], - [{ - title: '帮助中心', - tit: '', - url: '', - type: 'help-center', - }, + [ + // { + // title: '帮助中心', + // tit: '', + // url: '', + // type: 'help-center', + // }, { title: '客服热线', tit: '', @@ -148,6 +150,7 @@ Page({ // ...v, // ...orderInfo[index], // })); + console.log(userInfo,'来看看'); this.setData({ userInfo, // menuData,