Browse Source

feat:个人中心 会员名称显示修改

xyh8905170 2 năm trước cách đây
mục cha
commit
9306d038db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/my/index.vue

+ 1 - 1
pages/my/index.vue

@@ -11,7 +11,7 @@
             <image class="userPhoto" :src="userInfo.selfPhotoUrl || '/static/me/ud4.png'"></image>
           </view>
           <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>
           </view>
         </view>