4 lines
189 B
Plaintext
4 lines
189 B
Plaintext
<!--pages/my/index.wxml-->
|
|
<navigator title="我的" />
|
|
<cell open-type="contact" title="联系客服" borderBottom="{{true}}" />
|
|
<cell title="常见问题" bind:click="jumpToQuestions" /> |