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 @@ -