chore: 去除测试内容

This commit is contained in:
huangzhe
2025-08-04 09:55:28 +08:00
parent 8c5410b808
commit edb8459d4a

View File

@@ -40,17 +40,17 @@ export default {
action: () => { action: () => {
console.log('普通办公室职员适合投保的产品有哪些?'); console.log('普通办公室职员适合投保的产品有哪些?');
} }
}, { }, /* {
title: "年龄: 26岁, 性别: 男, 主要理财目标: 养老保障", title: "年龄: 26岁, 性别: 男, 主要理财目标: 养老保障",
action: () => { action: () => {
console.log('年龄: 26岁, 性别: 男, 主要理财目标: 养老保障'); console.log('年龄: 26岁, 性别: 男, 主要理财目标: 养老保障');
} }
}], } */],
showAll: false, // 控制是否展示全部数据 showAll: false, // 控制是否展示全部数据
} }
}, },
created() { created() {
this.getHotProducts() // this.getHotProducts()
}, },
computed: { computed: {
displayedProducts() { displayedProducts() {