|
|
@@ -2,8 +2,9 @@
|
|
|
<view class="app-content">
|
|
|
<!-- 页面标题 -->
|
|
|
<view class="page-header">
|
|
|
- <view class="page-title">会员等级设置</view>
|
|
|
- <view class="page-subtitle">设置不同会员等级的消费金额标准</view>
|
|
|
+ <view class="page-title">会员等级</view>
|
|
|
+ <view class="page-subtitle">充值或消费1元获得一个成长值</view>
|
|
|
+ <view class="page-subtitle">欠款充值没有成长值</view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 主要内容区域 -->
|
|
|
@@ -20,7 +21,7 @@
|
|
|
<view class="table-header">等级</view>
|
|
|
</t-th>
|
|
|
<t-th width="50%">
|
|
|
- <view class="table-header">消费金额 (元)</view>
|
|
|
+ <view class="table-header">成长值</view>
|
|
|
</t-th>
|
|
|
</t-tr>
|
|
|
</view>
|
|
|
@@ -219,7 +220,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.page-subtitle {
|
|
|
- font-size: 28upx;
|
|
|
+ font-size: 30upx;
|
|
|
color: #7f8c8d;
|
|
|
text-align: center;
|
|
|
opacity: 0.8;
|