From e33c59ae647c106c042c1ae49be14022b430128b Mon Sep 17 00:00:00 2001 From: linxi Date: Fri, 13 Sep 2024 11:16:37 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E6=8F=90=E4=BA=A4=E8=AE=A2?= =?UTF-8?q?=E5=8D=95--=E4=BC=98=E6=83=A0=E8=AF=A6=E6=83=85=E7=9A=84?= =?UTF-8?q?=E2=80=9C=E5=BD=93=E5=89=8D=E5=94=AE=E4=BB=B7=E2=80=9D=E6=97=A0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/OrderSubmission/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/order/OrderSubmission/index.vue b/pages/order/OrderSubmission/index.vue index 0e71d74..eb88198 100644 --- a/pages/order/OrderSubmission/index.vue +++ b/pages/order/OrderSubmission/index.vue @@ -251,6 +251,7 @@ v-if="couponList.usable.length > 0" :two-list="couponList" @change="changeCoupons" + :currentPrice="force2Decimal(orderPrice.totalPrice)" :show-tab="false" />