|
@@ -25,7 +25,9 @@
|
|
|
</view>
|
|
|
<view class="details-row" v-if="detail.deviceType!='0'" >
|
|
|
<p>服务费</p>
|
|
|
- <span>{{detail.surplusAmount-detail.discountAmount}}元
|
|
|
+ <span>{{(detail.surplusAmount*100-detail.discountAmount*100)/100}}元
|
|
|
+
|
|
|
+ <!-- <span>{{detail.surplusAmount-detail.discountAmount}}元 -->
|
|
|
<span v-if="couponObj&&couponObj.status=='1'">({{detail.surplusAmount}}-{{detail.discountAmount}})</span>
|
|
|
|
|
|
</span>
|