|
@@ -11,7 +11,7 @@
|
|
|
<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">HI,亲爱的{{ userInfo.ncikName }}</text>
|
|
|
|
|
|
|
+ <text class="nickName">{{ userInfo.ncikName }}</text>
|
|
|
<text class="xinxTitle">{{userInfo.no}}</text>
|
|
<text class="xinxTitle">{{userInfo.no}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|