diff --git a/app/pages/index.vue b/app/pages/index.vue index 492b1b9..1e9ee1a 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -6,32 +6,32 @@
-

推荐产品

+

推荐产品

探索我们的精选产品,满足您的各种需求。无论是创新技术还是经典设计,我们都为您提供优质选择。

- -
+ class="recommend-list"> +
+ class="recommend-card" @click="handleProductionCardClick(item.documentId || '')"> -
- +
+
- {{ item.title }} + {{ item.title }}
-
{{ item.summary }}
+
{{ item.summary }}
@@ -96,7 +96,14 @@ const handleProductionCardClick = (documentId: string) => { \ No newline at end of file