|
@ -5,15 +5,17 @@ |
|
|
<NavBar ref="nav" navTitle=" " :showIcon="false" :start-change-height="page.startHeight" |
|
|
<NavBar ref="nav" navTitle=" " :showIcon="false" :start-change-height="page.startHeight" |
|
|
:end-change-height="page.endHeight"></NavBar> |
|
|
:end-change-height="page.endHeight"></NavBar> |
|
|
<!-- 用户信息 --> |
|
|
<!-- 用户信息 --> |
|
|
<view class="userinfo"> |
|
|
<view class="userinfo" @click="showDiaLog"> |
|
|
<!-- 头像 --> |
|
|
<!-- 头像 --> |
|
|
<image class="head-img" :src="userInfo.photo" @click="showDiaLog"></image> |
|
|
<image class="head-img" :src="userInfo.photo"></image> |
|
|
<view class="name-mob"> |
|
|
<view class="name-mob" style="flex: 1;"> |
|
|
<!-- 昵称 --> |
|
|
<!-- 昵称 --> |
|
|
<text @click="showDiaLog">{{userInfo.nick}}</text> |
|
|
<text @click="showDiaLog">{{userInfo.nick}}</text> |
|
|
<!-- 手机 --> |
|
|
<!-- 手机 --> |
|
|
<text style="font-size:14px;">{{userInfo.mobile}}</text> |
|
|
<text style="font-size:14px;">{{userInfo.mobile}}</text> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<image src="../../static/more_white.png" |
|
|
|
|
|
style="width: 30px;height: 30px;margin-right: 10px;flex-shrink: 0;" :rotate="0"></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="view"> |
|
|
<view class="view"> |
|
|