From d3bd4a1f2a28585c1912002d482036c3af3b61fe Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Thu, 4 Jul 2024 22:44:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/order/pay.vue | 3 ++- pages/my/index.vue | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/my/order/pay.vue b/my/order/pay.vue index 2268678..4f9255f 100644 --- a/my/order/pay.vue +++ b/my/order/pay.vue @@ -216,8 +216,9 @@ -¥{{order.couponMoney}} - + - 合计: + 合计: {{order.payMoney}} diff --git a/pages/my/index.vue b/pages/my/index.vue index 4dbd573..b7f12c2 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -717,14 +717,15 @@ color: #019c88; } .my-head-mian-top-view-qian{ - width: 300rpx; + width: 360rpx; font-size: 26rpx; color: #999; background: linear-gradient(90deg, #019C88, #28BA92, #35C495); text-align: center; margin: 0 auto; border-radius: 0 0 50rpx 50rpx; - height: 42rpx; + height: 55rpx; + line-height: 55rpx; color: #ffffff; } .my-head-mian-top-view{