From 2dbbda432f274de96b560836eaab94b982fc65d5 Mon Sep 17 00:00:00 2001 From: "1054425342@qq.com" <1054425342@qq.com> Date: Fri, 8 Aug 2025 14:20:40 +0800 Subject: [PATCH] fix --- components/DynamicIsland.vue | 4 ++ components/ProductSection.vue | 91 ++++++++++++++++++----------------- 2 files changed, 52 insertions(+), 43 deletions(-) diff --git a/components/DynamicIsland.vue b/components/DynamicIsland.vue index a480911..d383106 100644 --- a/components/DynamicIsland.vue +++ b/components/DynamicIsland.vue @@ -410,6 +410,10 @@ export default { .qr-code { width: 32rpx; height: 32rpx; +<<<<<<< HEAD +======= + +>>>>>>> 402de12 (feat:首页静态) } .qr-icon { diff --git a/components/ProductSection.vue b/components/ProductSection.vue index 694c228..9543d49 100644 --- a/components/ProductSection.vue +++ b/components/ProductSection.vue @@ -2,7 +2,7 @@ -
+
{{ title }} 更多
@@ -27,7 +27,14 @@ - 智能体 + 智能体 {{ item.aiName }} @@ -54,20 +61,20 @@ src="https://epic.js-dyyj.com/uploads/20250728/dd7ed269b24e84a2dd141da6ab980fd6.png" @click.stop="handleLikeClick(item, index)" > - + @@ -114,15 +121,13 @@ export default { type: String, default: "#02fcfc", }, - isFeel:{ - type: Boolean, - default: false, - } - + isFeel: { + type: Boolean, + default: false, + }, }, methods: { - // 处理更多按钮点击 handleMoreClick() { if (this.moreUrl) { @@ -174,17 +179,17 @@ export default {