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

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

Loading…
Cancel
Save