@@ -302,7 +302,7 @@
<!-- 充值送金额 -->
<view v-if="rechargeWeal == 2" class="recharge-options">
- <view class="options-title">充值优惠方案:</view>
+ <view class="options-title">充值活动:</view>
<view v-for="(item,index) in weal" :key="index" class="option-item">
<button
@click="getRecharge(item.recharge)"
@@ -48,7 +48,7 @@
<block v-if="profit.wastagePrice && Number(profit.wastagePrice)>0">
<t-tr>
<t-td align="center">
- <view style="font-weight:bold;color:red;font-size:30upx;">
+ <view style="font-weight:bold;font-size:30upx;">
由于花材损耗,少赚了 ¥{{profit.wastagePrice||0}}
</view>
</t-td>