fixed 修改个人信息的菜单栏

This commit is contained in:
AERWEN\26795 2023-10-16 10:51:50 +08:00
parent e5d4122bd7
commit 75243c9db1

View File

@ -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,