|
@@ -19,9 +19,10 @@
|
|
|
<h4>订单明细</h4>
|
|
|
</view>
|
|
|
<template v-if="rentCardShareProfit.stationName">
|
|
|
-
|
|
|
+ <!-- 庄主显示内容 -->
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
+ <!-- 平台显示内容 -->
|
|
|
<view class="details-row">
|
|
|
<p>平台收益</p>
|
|
|
<span>{{rentCardShareProfit.disProportion}}%</span>
|
|
@@ -36,7 +37,7 @@
|
|
|
</view>
|
|
|
<view class="details-row" v-if="rentCardShareProfit.stationName" >
|
|
|
<p>服务费总金额</p>
|
|
|
- <span>{{regUserCard.serviceTotalAmount?rentCardShareProfit.serviceTotalAmount.toFixed(2):0}}元</span>
|
|
|
+ <span>{{rentCardShareProfit.serviceTotalAmount?rentCardShareProfit.serviceTotalAmount.toFixed(2):0}}元</span>
|
|
|
</view>
|
|
|
|
|
|
<view class="details-row" v-if="rentCardShareProfit.stationName">
|
|
@@ -46,7 +47,7 @@
|
|
|
|
|
|
<view class="details-row">
|
|
|
<p>月卡分润金额</p>
|
|
|
- <span>{{regUserCard.shareProfitAmount?rentCardShareProfit.shareProfitAmount.toFixed(2):0}}元</span>
|
|
|
+ <span>{{rentCardShareProfit.shareProfitAmount?rentCardShareProfit.shareProfitAmount.toFixed(2):0}}元</span>
|
|
|
</view>
|
|
|
|
|
|
<view class="details-row" v-if="rentCardShareProfit.stationName">
|