38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
<!--pages/user/user.wxml-->
|
|
<!--<image src='{{userInfo.avatarUrl}}'></image>
|
|
<view>{{userInfo.city}}</view>
|
|
<view>{{userInfo.gender}}</view>
|
|
<view>{{userInfo.language}}</view>
|
|
<view>{{userInfo.nickName}}</view>
|
|
<view>{{userInfo.province}}</view>
|
|
<view>{{userInfo.country}}</view>-->
|
|
<view class='allPage'>
|
|
<view class='PNQ'>
|
|
<open-data class='UP' type="userAvatarUrl"></open-data>
|
|
<view class='NQ'>
|
|
<open-data class='UN' type="userNickName"></open-data>
|
|
<view class='UQ'>校训: 明德博学,求是创新</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="category-item">
|
|
<view class="detail-item" catchtap="xinxi">
|
|
<image src="http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/user/xinxi.png"></image>
|
|
<text>账号信息</text>
|
|
<view class="detail-item-btn"></view>
|
|
</view>
|
|
<view class="detail-item" catchtap="guanyu">
|
|
<image src="http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/user/guanyu.png"></image>
|
|
<text>关于</text>
|
|
<view class="detail-item-btn"></view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="category-item">
|
|
<view class="detail-item">
|
|
<image src="http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/user/gengduo.png"></image>
|
|
<text>更多功能即将来临!</text>
|
|
</view>
|
|
</view>
|
|
|
|
</view> |