2025-09-24 21:28:48 +08:00

25 lines
875 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="setup">
<image class="avatar" src="/assets/images/index/icon_head.png" />
<view class="setup_container">
<view class="phone">
<view class="left"><image src="/assets/images/setup/icon_phone.svg" />手机号</view>
<view>{{ phone }}</view>
</view>
<view
wx:if="{{ realNameStatus === '1' }}"
bindtap="onGoH5"
data-field="/auth/idCardDetail"
class="phone">
<view class="left">
<image src="/assets/images/setup/icon_realname.svg" />
<text>实名认证</text>
</view>
<view class="right">
<text>去更新</text>
<image src="/assets/images/setup/icon_arrow_right.svg" />
</view>
</view>
</view>
<view bindtap="onLogout" class="logout">退出登录</view>
<view style="margin-top: 20rpx; color: #DBDBDB;">当前版本v{{ appVersion }}</view>
</view>