Files
quinn-wx/pages/myself/account/index.wxml
2022-12-16 17:32:49 +08:00

16 lines
616 B
Plaintext

<t-cell wx:if="{{hasUserAttar}}" title="{{userInfo.nickName}}">
<view class="avatar" slot="left-icon">
<open-data type="userAvatarUrl" />
</view>
</t-cell>
<t-cell wx:else title="{{'用户名'}}" description="点击授权头像信息" bind:tap="fetchWXAttar">
<view class="avatar" slot="left-icon">
<open-data type="userAvatarUrl" />
</view>
</t-cell>
<t-cell title="昵称" description="{{'浙A88FU7'}}" />
<t-cell title="邮箱" description="{{'540344226@qq.com'}}" />
<view class="subButton">
<t-button block theme="danger" bind:tap="exitLogin">退出登录</t-button>
</view>