bug修复

This commit is contained in:
2024-05-26 09:50:01 +08:00
parent 11a0637039
commit 4344adeb0b
6 changed files with 7 additions and 29 deletions

View File

@@ -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
};

View File

@@ -86,6 +86,7 @@ const submenuList = [
title: '注册有礼',
icon: assetsUrl('ic_register_gift2.png'),
path: '/pages/common/register/reward'
// path: '/pages/common/register/index'
},
{
title: '团购秒杀',