From 1662bdab3acd0407c160ab3a802499aadf083d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E7=90=A6?= <1702282943@qq.com> Date: Wed, 25 Feb 2026 12:38:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E7=BE=8E=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.vue | 134 +++++- frontend/src/views/Home.vue | 488 +++++++++++++++++-- frontend/src/views/Login.vue | 234 +++++++++- frontend/src/views/Orders.vue | 673 ++++++++++++++++++++++++--- frontend/src/views/ProductDetail.vue | 577 ++++++++++++++++++++--- frontend/src/views/Register.vue | 252 +++++++++- 6 files changed, 2181 insertions(+), 177 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 7aef593..a608488 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -11,9 +11,139 @@ export default { diff --git a/frontend/src/views/Home.vue b/frontend/src/views/Home.vue index cf1a23f..7a42e9f 100644 --- a/frontend/src/views/Home.vue +++ b/frontend/src/views/Home.vue @@ -2,39 +2,116 @@
- -
- 我的订单 - 个人中心 - 后台管理 - 登录 - 注销 + + - + +
+
+

用鲜花传递爱意

+

每一束花都承载着独特的情感

+
+
+ 🌺 + 🌻 + 🌷 +
+
+ + +
- - + + 分类 + + + + +
+
+ - - - 搜索 + + 搜索 + +
- - - - -
{{ item.name }}
-
¥{{ item.price }}
-
+ + +
+

+ + 精选花束 +

+ 共 {{ filteredProducts.length }} 款 +
+ + + +
+ +
+ +
+ 查看详情 +
+
+
+
{{ item.categoryName }}
+
{{ item.name }}
+ +
+
+
+ + +
+
🌱
+

没有找到相关花束

+ 清除搜索 +
@@ -111,43 +188,382 @@ export default { diff --git a/frontend/src/views/Login.vue b/frontend/src/views/Login.vue index d78e84d..4b44e66 100644 --- a/frontend/src/views/Login.vue +++ b/frontend/src/views/Login.vue @@ -1,17 +1,57 @@ -