Files
quinn-wx/pages/myself/index.wxml
2022-12-14 19:58:38 +08:00

19 lines
740 B
Plaintext

<!--pages/myself/index.wxml-->
<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="个人信息" hover arrow bind:tap="viewMyAccount"/>
<t-cell title="我的消息" hover arrow bind:tap="viewMyMessage"/>
<t-cell title="常见问题" hover arrow bind:tap="viewQuestion"/>
<t-cell title="关于我们" hover arrow bind:tap="viewAboutUs"/>
<view>
<foot-tab iconList="{{aIconList}}"/>
</view>