Browse Source

首页招聘会跳转

Xiao_123 1 month ago
parent
commit
54e5e1502d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pages/index/position.vue

+ 6 - 0
pages/index/position.vue

@@ -145,6 +145,12 @@ const handleGrid = async (e) => {
     }
   }
   if (obj?.path) {
+    if (obj?.path === '/pages/index/jobFair') {
+      uni.switchTab({
+        url: obj?.path
+      })
+      return
+    }
     uni.navigateTo({
       url: obj.path
     })