Sfoglia il codice sorgente

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

xyh8905170 2 anni fa
parent
commit
9306d038db
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>