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() {