fixed 修改个人信息的菜单栏
This commit is contained in:
parent
e5d4122bd7
commit
75243c9db1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user