From 5a0fbb8e717c7b9879cd1c61ded1a843653f7d57 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Tue, 29 Jul 2025 21:42:34 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4082=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E7=9B=B2=E7=9B=92=E7=A4=BC?= =?UTF-8?q?=E5=8C=85=E8=AE=A2=E5=8D=95-=E9=9A=90=E8=97=8F=E7=9B=B2?= =?UTF-8?q?=E7=9B=92=E7=A4=BC=E7=89=A9=E4=B8=8B=E6=96=B9=E5=95=86=E5=93=81?= =?UTF-8?q?=E6=80=BB=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/MyOrder/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/order/MyOrder/index.vue b/pages/order/MyOrder/index.vue index a86dc4f..2003409 100644 --- a/pages/order/MyOrder/index.vue +++ b/pages/order/MyOrder/index.vue @@ -100,14 +100,14 @@ {{ order.createTime }} - 共{{ order.totalNum || 0 }}件商品, - - 总金额 + 共{{ order.totalNum || 0 }}件商品 + + ,总金额 - + - {{ force2Decimal(order.payPrice) }} + {{ force2Decimal(order.payPrice) }}