个人消息

This commit is contained in:
limqhz
2022-12-14 19:58:38 +08:00
parent 574e7c8ac1
commit b746aaaa83
7 changed files with 53 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
<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'}}" />