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

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,4 +1,11 @@
<!--pages/my/index.wxml-->
<navigator title="我的" />
<cell open-type="contact" title="联系客服" borderBottom="{{true}}" />
<cell title="常见问题" bind:click="jumpToQuestions" />
<!-- <cell open-type="contact" title="联系客服" borderBottom="{{true}}" />
<cell title="常见问题" bind:click="jumpToQuestions" /> -->
<van-cell-group title=" ">
<van-cell title="单元格" value="内容" is-link />
</van-cell-group>
<van-cell-group title=" ">
<van-cell title="单元格" value="内容" is-link />
</van-cell-group>