shish 11 mēneši atpakaļ
vecāks
revīzija
3871372d4b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      hdPad/src/pages/home/components/customList.vue

+ 1 - 1
hdPad/src/pages/home/components/customList.vue

@@ -54,7 +54,7 @@
                         </view>
                         <view class="customer-balance-level">
                             <text class="balance">余额: {{ item.balance || 0 }}</text>
-                            <text class="level">{{ item.level || '普通会员' }}</text>
+                            <text class="level">{{ item.level || '普通用户' }}</text>
                         </view>
                         <view class="customer-details">
                             <text class="mobile">{{ item.mobile }}</text>