店铺用户注册强制完善手机号
This commit is contained in:
parent
13ee0f593c
commit
de509c7e14
@ -114,6 +114,11 @@ const save = async () => {
|
||||
return;
|
||||
}
|
||||
|
||||
if(!telephone.value) {
|
||||
showToast('请输入手机号');
|
||||
return;
|
||||
}
|
||||
|
||||
await uni.showLoading();
|
||||
const registerForm = {
|
||||
image: avatarUrl.value,
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user