From 21dccd8d61a3c2720886f1f42603b06cd26e717b Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Thu, 12 Sep 2024 23:27:21 +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=E7=BB=93=E7=AE=97=E9=A1=B5?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/OrderSubmission/index.vue | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/pages/order/OrderSubmission/index.vue b/pages/order/OrderSubmission/index.vue index 43c24c1..39232b7 100644 --- a/pages/order/OrderSubmission/index.vue +++ b/pages/order/OrderSubmission/index.vue @@ -54,21 +54,21 @@ - 快递费用 + 快递费用 - + {{ orderPrice.payPostage > 0 ? force2Decimal(orderPrice.payPostage) : "包邮" }} - 联系人 + 联系人 - + - 联系电话 + 联系电话 @@ -78,9 +78,9 @@ - 备注 + 备注 - + @@ -201,7 +201,7 @@ :class="active === 'weixin' ? 'on' : ''" @click="payItem('weixin')" v-show="!isWeixin" - style="flex-wrap: nowrap; margin-top: 10rpx" + style="flex-wrap: nowrap; margin-top: 20rpx" > @@ -780,10 +780,10 @@ export default {