From 1633d9a105504cb4f54943eb80ab30184c194d71 Mon Sep 17 00:00:00 2001 From: Wik-T <812952667@qq.com> Date: Tue, 21 Mar 2023 17:46:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/oderDetails/oderDetails.vue | 38 ++++++++++++++------------ 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/pages/home/oderDetails/oderDetails.vue b/pages/home/oderDetails/oderDetails.vue index d60f7f7..89eb438 100644 --- a/pages/home/oderDetails/oderDetails.vue +++ b/pages/home/oderDetails/oderDetails.vue @@ -7,11 +7,13 @@ {{oilorderdetails.payTime | timeFormat('yyyy-mm-dd hh:mm:ss')}} - 实际支付: ¥{{oilorderdetails.payRealPrice}} + 实际支付: + ¥{{oilorderdetails.payRealPrice}} - 优惠立减: ¥{{oilorderdetails.deductionPrice}} + 优惠立减: + ¥{{oilorderdetails.deductionPrice}} @@ -65,21 +67,23 @@ 加油折扣 ¥{{oilorderdetails.gasDiscount}} 0折 - - - 加油补贴 - ¥{{oilorderdetails.gasOilSubsidy}} - ¥0 - - - 每升优惠 - ¥{{oilorderdetails.gasLitersPreferences}} - ¥0 - - - 优惠价格 - ¥{{oilorderdetails.gasPricePreferences}} - ¥0 + + + 加油补贴 + ¥{{oilorderdetails.gasOilSubsidy}} + ¥0 + + + 每升优惠 + + ¥{{oilorderdetails.gasLitersPreferences}} + ¥0 + + + 优惠价格 + + ¥{{oilorderdetails.gasPricePreferences}} + ¥0