diff --git a/pages/index/components/index-refactor.vue b/pages/index/components/index-refactor.vue
index effb2d5..e0a866d 100644
--- a/pages/index/components/index-refactor.vue
+++ b/pages/index/components/index-refactor.vue
@@ -27,7 +27,7 @@
人工智能专区
-
+
AI素质测评
提高个人素质
@@ -35,13 +35,13 @@
-
+
就业指导
根据个人建议
-
+
AI模拟面试
提高面试成功率
@@ -49,7 +49,7 @@
-
+
使用人工智能需要先完成素质测评、完善简历 >
@@ -389,6 +389,10 @@ const handleTagClick = (tagInfo) => {
$api.msg('暂未开放')
};
+const handleItemClick = ()=>{
+ $api.msg('暂未开放')
+}
+
const hexToRgba = (hex, opacity) => {
const r = parseInt(hex.slice(1, 3), 16);
const g = parseInt(hex.slice(3, 5), 16);