Parcourir la source

fix:个人中心显示会员编号

xyh8905170 il y a 2 ans
Parent
commit
483c19d751
2 fichiers modifiés avec 6 ajouts et 5 suppressions
  1. 1 1
      pages/my/index.rpx.css
  2. 5 4
      pages/my/index.vue

+ 1 - 1
pages/my/index.rpx.css

@@ -55,7 +55,7 @@
     line-height: 48rpx;
 }
 .xinxTitle{
-    font-size: 24rpx;
+    font-size: 32rpx;
     font-family: PingFangSC-Regular, PingFang SC;
     font-weight: 400;
     color: #333333;

+ 5 - 4
pages/my/index.vue

@@ -12,10 +12,11 @@
           </view>
           <view class="userTitle flex-col justify-center" @click="navigateToPage('/myPages/userInfo/index')">
             <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>