lifanagju_citu 1 year ago
parent
commit
2ff41ede5d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/Home/personal/components/jobTypeCard.vue

+ 2 - 2
src/views/Home/personal/components/jobTypeCard.vue

@@ -369,8 +369,8 @@ const handleMouseOver = (val, index) => { // 鼠标移入
   card2Data.show = true
 }
 const handleMouseLeave = () => { // 鼠标移出
-  // card2Data.show = false
-  card2Data.show = true
+  card2Data.show = false
+  // card2Data.show = true
 }
 </script>