|
@@ -243,7 +243,7 @@
|
|
|
<view class="uni-input" v-show="electricityPriceX">{{(info.chargingProfitAmount+info.monthlyCardIncome-electricityPriceX).toFixed(2)}}元
|
|
|
<view class="tooltip tooltipleft">
|
|
|
<u-icon name="info-circle"></u-icon>
|
|
|
- <view class="tooltiptext" style="width: 280px;">桩主/站主收益=充电服务收入+包月卡收入-电费</view>
|
|
|
+ <view class="tooltiptext" style="width: 280px;">桩主/站主收益=充电服务收入+折扣卡收入-电费</view>
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
@@ -283,14 +283,14 @@
|
|
|
<view class="withdraw" v-if="info.applicationType!=2">
|
|
|
|
|
|
<view class="withdraw-head">
|
|
|
- <b>月卡分润笔数</b>
|
|
|
+ <b>折扣卡分润笔数</b>
|
|
|
<span class="classFFF" >
|
|
|
{{info.monthlyCardTotal}}笔
|
|
|
|
|
|
</span>
|
|
|
</view>
|
|
|
<view class="withdraw-head border-n">
|
|
|
- <b>月卡收益</b>
|
|
|
+ <b>折扣卡收益</b>
|
|
|
<span class="classFFF" >
|
|
|
{{info.monthlyCardIncome?info.monthlyCardIncome.toFixed(2):0}}元
|
|
|
|
|
@@ -309,7 +309,7 @@
|
|
|
<view class="uni-input" v-show="electricityPriceX">{{(info.chargingProfitAmount+info.monthlyCardIncome-electricityPriceX).toFixed(2)}}元
|
|
|
<view class="tooltip tooltipleft">
|
|
|
<u-icon name="info-circle"></u-icon>
|
|
|
- <view class="tooltiptext" style="width: 280px;">桩主/站主收益=充电服务收入+包月卡收入-电费</view>
|
|
|
+ <view class="tooltiptext" style="width: 280px;">桩主/站主收益=充电服务收入+折扣卡收入-电费</view>
|
|
|
|
|
|
</view>
|
|
|
</view>
|