|
|
@@ -21,7 +21,7 @@
|
|
|
</view>
|
|
|
<view class="data">
|
|
|
<view class="price plus text-base text-bold" style="padding: 0;">
|
|
|
- <block v-if="$isNotEmpty(billDetail.receiveNumTotal)">{{billDetail.receiveNumTotal}}</block>
|
|
|
+ <block v-if="$isNotEmpty(billDetail.actualIncome)">{{billDetail.actualIncome}}</block>
|
|
|
<block v-else>{{billDetail.cost}}</block>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -55,6 +55,10 @@
|
|
|
<text>交易手续费</text>
|
|
|
<text class="text-base text-bold price reduce">{{billDetail.merchantFee || 0.00}}</text>
|
|
|
</view>
|
|
|
+ <view class="item">
|
|
|
+ <text>赠送积分</text>
|
|
|
+ <text class="text-base text-bold price reduce">{{billDetail.sendPoint || 0.00}}</text>
|
|
|
+ </view>
|
|
|
<view class="item">
|
|
|
<text>交易状态</text>
|
|
|
<text>{{billDetail.payStatus}}</text>
|