From edb8459d4acdc3b2a40f9d3e23cd6e253e525c2e Mon Sep 17 00:00:00 2001 From: huangzhe Date: Mon, 4 Aug 2025 09:55:28 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8E=BB=E9=99=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AI-new/components/HotProducts.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/AI-new/components/HotProducts.vue b/src/views/AI-new/components/HotProducts.vue index 9550e50..906f36b 100644 --- a/src/views/AI-new/components/HotProducts.vue +++ b/src/views/AI-new/components/HotProducts.vue @@ -40,17 +40,17 @@ export default { action: () => { console.log('普通办公室职员适合投保的产品有哪些?'); } - }, { + }, /* { title: "年龄: 26岁, 性别: 男, 主要理财目标: 养老保障", action: () => { console.log('年龄: 26岁, 性别: 男, 主要理财目标: 养老保障'); } - }], + } */], showAll: false, // 控制是否展示全部数据 } }, created() { - this.getHotProducts() + // this.getHotProducts() }, computed: { displayedProducts() {