bug修复
This commit is contained in:
@@ -115,7 +115,7 @@ const save = async () => {
|
||||
avatarUrl: avatarUrl.value,
|
||||
nickName: nickName.value,
|
||||
telephone: telephone.value,
|
||||
birthday: birthday.value,
|
||||
birthday: dayjs(birthday.value).format("YYYY-MM-DD HH:mm:ss"),
|
||||
gender: gender.value
|
||||
};
|
||||
|
||||
|
@@ -86,6 +86,7 @@ const submenuList = [
|
||||
title: '注册有礼',
|
||||
icon: assetsUrl('ic_register_gift2.png'),
|
||||
path: '/pages/common/register/reward'
|
||||
// path: '/pages/common/register/index'
|
||||
},
|
||||
{
|
||||
title: '团购秒杀',
|
||||
|
Reference in New Issue
Block a user