shish 11 luni în urmă
părinte
comite
b458b6e87e
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      hdApp/src/admin/member/detail.vue
  2. 1 1
      hdApp/src/admin/stat/profit.vue

+ 1 - 1
hdApp/src/admin/member/detail.vue

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

+ 1 - 1
hdApp/src/admin/stat/profit.vue

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