develop
xiaozhiyong 10 months ago
parent 17677a8517
commit 4d247306a5
  1. 16
      src/subPackages/site/details/index.vue

@ -87,17 +87,15 @@
<view class="settlement"> <view class="settlement">
<view class="left"> <view class="left">
<view <view>
>实付<text 实付<text>{{ discountInfo.actualAmountPaid || "0.00" }}</text>
>{{ discountInfo.actualAmountPaid || "0.00" }}</text </view>
></view <view>
> 优惠{{
<view
>优惠{{
discountInfo.discountAmount discountInfo.discountAmount
| preferential(discountInfo.serviceCharge) | preferential(discountInfo.serviceCharge)
}}</view }}
> </view>
</view> </view>
<view class="right" @click="createCOrder">去支付</view> <view class="right" @click="createCOrder">去支付</view>
</view> </view>

Loading…
Cancel
Save