You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
366 B
13 lines
366 B
2 months ago
|
<view class="page">
|
||
|
<view class="card">
|
||
|
<view class="row" bind:tap="handleChanegTel">
|
||
|
<view class="name">修改手机号</view>
|
||
|
<van-icon class="more" name="arrow" />
|
||
|
</view>
|
||
|
<view class="row" bind:tap="handleLoginOut">
|
||
|
<view class="name">退出登录</view>
|
||
|
<van-icon class="more" name="arrow" />
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|