From 5925265e69bc5b790ecf2d65825584b521458df6 Mon Sep 17 00:00:00 2001
From: air <30444667+sszdot@users.noreply.github.com>
Date: Tue, 21 Jan 2025 18:27:59 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=20=20=E5=9E=8B=E3=80=91?=
=?UTF-8?q?=EF=BC=9Afeat=20=E3=80=90=E5=8E=9F=20=20=E5=9B=A0=E3=80=91?=
=?UTF-8?q?=EF=BC=9A=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD=E7=9B=B8=E5=85=B3?=
=?UTF-8?q?=20=E9=A1=B5=E9=9D=A2=E7=BB=84=E4=BB=B6=20=E3=80=90=E8=BF=87=20?=
=?UTF-8?q?=20=E7=A8=8B=E3=80=91=EF=BC=9A1.serarch.vue=E7=BB=84=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=202=E6=8A=8A=E8=B4=AD=E7=89=A9=E8=BD=A6=E6=8C=89?=
=?UTF-8?q?=E9=92=AE=E6=8F=90=E5=8F=96=E5=87=BA=E6=9D=A5=E4=BD=9C=E4=B8=BA?=
=?UTF-8?q?=E5=8D=95=E7=8B=AC=E7=BB=84=E4=BB=B63.=E5=89=8D=E7=AB=AF?=
=?UTF-8?q?=E6=90=9C=E7=B4=A2=20=E5=9C=A8=E5=89=8D=E7=AB=AF=E5=81=9A?=
=?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=BF=87=E6=BB=A4=E8=BF=9B=E8=A1=8C=20?=
=?UTF-8?q?=E6=90=9C=E7=B4=A2=E7=BB=93=E6=9E=9C=E7=9A=84=E8=BE=93=E5=87=BA?=
=?UTF-8?q?=20=E3=80=90=E5=BD=B1=20=20=E5=93=8D=E3=80=91=EF=BC=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
# 类型 包含:
# feat:新功能(feature)
# fix:修补bug
# docs:文档(documentation)
# style: 格式(不影响代码运行的变动)
# refactor:重构(即不是新增功能,也不是修改bug的代码变动)
# test:增加测试
# chore:构建过程或辅助工具的变动
---
App.vue | 5 ++
components/cartBut/cartBut.vue | 58 ++++++++++++++++++--
pages/shop/list.vue | 88 ++++++++----------------------
pages/shop/search.vue | 97 ++++++++++++++++++++++++++++++++++
4 files changed, 178 insertions(+), 70 deletions(-)
create mode 100644 pages/shop/search.vue
diff --git a/App.vue b/App.vue
index 4742415..35e8216 100644
--- a/App.vue
+++ b/App.vue
@@ -75,6 +75,11 @@
transition: all 0.2s ease;
}
+ .topbar {
+ background-color: $uni-color-error;
+ height: 176rpx;
+ }
+
//占位 空符
.extra-space {
height: 156rpx;
diff --git a/components/cartBut/cartBut.vue b/components/cartBut/cartBut.vue
index 79867b7..843c31b 100644
--- a/components/cartBut/cartBut.vue
+++ b/components/cartBut/cartBut.vue
@@ -28,16 +28,68 @@
-
\ No newline at end of file
diff --git a/pages/shop/list.vue b/pages/shop/list.vue
index 0043c2e..7781886 100644
--- a/pages/shop/list.vue
+++ b/pages/shop/list.vue
@@ -1,10 +1,16 @@
-
+
+
+
+
+ 搜一搜你想吃的餐品
+
+
@@ -61,33 +67,7 @@
-
-
-
-
-
- 未选购餐品
-
-
-
-
-
-
-
-
- ¥{{total | formatPrice}}
- 还差¥{{minimumOrderDifference | formatPrice}}起送
-
-
-
- 选好了
- Order
-
-
-
-
+
@@ -95,9 +75,7 @@
\ No newline at end of file
diff --git a/pages/shop/search.vue b/pages/shop/search.vue
new file mode 100644
index 0000000..d9145bd
--- /dev/null
+++ b/pages/shop/search.vue
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file