修改登录逻辑,新增获取手机号的权限
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user