|
@@ -12,10 +12,11 @@
|
|
|
</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">HI,亲爱的{{ userInfo.ncikName }}</text>
|
|
|
- <view class="flex-row">
|
|
|
|
|
- <text class="xinxTitle">点击完善个人信息</text>
|
|
|
|
|
- <u-icon name="arrow-right" color="#333333" size="16"></u-icon>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <text class="xinxTitle">{{ userInfo.no }}</text>
|
|
|
|
|
+<!-- <view class="flex-row">-->
|
|
|
|
|
+<!-- <text class="xinxTitle">点击完善个人信息</text>-->
|
|
|
|
|
+<!-- <u-icon name="arrow-right" color="#333333" size="16"></u-icon>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|