Ver código fonte

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

xyh8905170 2 anos atrás
pai
commit
9306d038db
1 arquivos alterados com 1 adições e 1 exclusões
  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>