店铺用户注册强制完善手机号

This commit is contained in:
Waiting 2024-06-18 12:33:25 +08:00
parent 13ee0f593c
commit de509c7e14
2 changed files with 6 additions and 0 deletions

View File

@ -114,6 +114,11 @@ const save = async () => {
return;
}
if(!telephone.value) {
showToast('请输入手机号');
return;
}
await uni.showLoading();
const registerForm = {
image: avatarUrl.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'
// path: '/pages/common/groupbuy/detail?id=1800768359753097217'
// path: '/pages/common/groupbuy/detail?shareId=1797548579864748033'
// path: '/pages/coupons/ticketsBuy/ticketsBuy?couponsId=1800381015472513026'