This commit is contained in:
wong1988
2024-01-21 17:30:48 +08:00
parent 8de4e58cb4
commit f5a000a3a5
2 changed files with 5 additions and 3 deletions

View File

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

BIN
static/more_white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 723 B