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 {