修改登录逻辑,新增获取手机号的权限

This commit is contained in:
2024-03-18 13:46:38 +08:00
parent 633cff358d
commit e5c9a96353
6 changed files with 48 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
{
"usingComponents": {
"navigator": "/components/navigator/index",
"cell": "/components/cell/index"
}
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index"
},
"navigationBarTitleText": "我的"
}