个人中心
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
<!--pages/myself/index.wxml-->
|
||||
<text>关于我的</text>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user