|
@@ -11,8 +11,9 @@
|
|
|
<image class="userPhoto" :src="userInfo.selfPhotoUrl || '/static/me/ud4.png'"></image>
|
|
<image class="userPhoto" :src="userInfo.selfPhotoUrl || '/static/me/ud4.png'"></image>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="userTitle flex-col justify-center" @click="navigateToPage('/myPages/userInfo/index')">
|
|
<view class="userTitle flex-col justify-center" @click="navigateToPage('/myPages/userInfo/index')">
|
|
|
- <text class="nickName">{{ userInfo.ncikName }}</text>
|
|
|
|
|
- <text class="xinxTitle">{{userInfo.no}}</text>
|
|
|
|
|
|
|
+ <text class="nickName">{{userInfo.no}}</text>
|
|
|
|
|
+ <text class="xinxTitle">{{ userInfo.ncikName }}</text>
|
|
|
|
|
+ <text class="xinxTitle">{{userInfo.phone || '暂无绑定手机号'}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|