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: '申请开店', title: '申请开店',
tit: '', tit: '',
url: '', url: '',
status: 0,
type: 'apply-shop', type: 'apply-shop',
}, },
{ {
@ -25,12 +26,12 @@ const menuData = [
url: '', url: '',
type: 'coupon', type: 'coupon',
}, },
{ // {
title: '积分', // title: '积分',
tit: '', // tit: '',
url: '', // url: '',
type: 'point', // type: 'point',
}, // },
{ {
title: '设置', title: '设置',
tit: '', tit: '',
@ -38,12 +39,13 @@ const menuData = [
type: 'set', type: 'set',
}, },
], ],
[{ [
title: '帮助中心', // {
tit: '', // title: '帮助中心',
url: '', // tit: '',
type: 'help-center', // url: '',
}, // type: 'help-center',
// },
{ {
title: '客服热线', title: '客服热线',
tit: '', tit: '',
@ -148,6 +150,7 @@ Page({
// ...v, // ...v,
// ...orderInfo[index], // ...orderInfo[index],
// })); // }));
console.log(userInfo,'来看看');
this.setData({ this.setData({
userInfo, userInfo,
// menuData, // menuData,