From 1db882cdcbf7b1e04ce20376de00d2eec0327f13 Mon Sep 17 00:00:00 2001
From: wangfukang <15630117759@163.com>
Date: Thu, 14 May 2026 12:31:03 +0800
Subject: [PATCH] 1
---
package1/buyFood/buyFood.vue | 13 ++++++++++++-
package1/runErrand/runErrand.vue | 13 ++++++++++++-
2 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/package1/buyFood/buyFood.vue b/package1/buyFood/buyFood.vue
index ba1bbec..c435c26 100644
--- a/package1/buyFood/buyFood.vue
+++ b/package1/buyFood/buyFood.vue
@@ -275,7 +275,8 @@
- 立即支付{{nowMake && isPaotui == false ? '-即刻出餐' : ''}}
+
+ 立即支付{{nowMake && isPaotui == false ? '-即刻出餐' : ''}}
@@ -1365,6 +1366,9 @@
}
.bottom-btn {
+ display: flex;
+ align-items: center;
+ justify-content: center;
width: 90%;
height: 92rpx;
background: linear-gradient(100deg, $brand-start 0%, $brand-end 100%);
@@ -1378,6 +1382,13 @@
transition: transform 0.18s ease;
}
+ .pay-btn-gif {
+ width: 42rpx;
+ height: 42rpx;
+ margin-right: 8rpx;
+ flex-shrink: 0;
+ }
+
.ziqu-text{
align-items: center;
display: flex;
diff --git a/package1/runErrand/runErrand.vue b/package1/runErrand/runErrand.vue
index 91ba843..df23ff0 100644
--- a/package1/runErrand/runErrand.vue
+++ b/package1/runErrand/runErrand.vue
@@ -245,7 +245,8 @@
- 立即支付{{backendTotalAmount ? backendTotalAmount.toFixed(2) : totalAmountCalc.toFixed(2)}}
+
+ 立即支付{{backendTotalAmount ? backendTotalAmount.toFixed(2) : totalAmountCalc.toFixed(2)}}
@@ -1094,6 +1095,9 @@
}
.bottom-btn {
+ display: flex;
+ align-items: center;
+ justify-content: center;
width: 90%;
height: 100rpx;
background: linear-gradient(90deg, #e3ff96, #a6ffea);
@@ -1105,6 +1109,13 @@
margin: 20rpx auto;
}
+ .pay-btn-gif {
+ width: 42rpx;
+ height: 42rpx;
+ margin-right: 8rpx;
+ flex-shrink: 0;
+ }
+
.book-popup-content{
position: relative;
height: 1200rpx;