19 lines
716 B
Plaintext
19 lines
716 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 />
|
|
<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>
|