|
|
@@ -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>
|