shaogen1995 2 år sedan
förälder
incheckning
8555968524
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      web/src/views/Search/index.vue

+ 4 - 4
web/src/views/Search/index.vue

@@ -182,10 +182,10 @@ export default {
       `You've reached the Search page. This page contains one navigation section, five window sections, and one interactive section. To choose an section, please hit the shortcut key.`
     );
     // 输入框获取焦点
-    this.$nextTick(()=>{
-      document.querySelector('.searchWord').focus()
-    })
-      },
+    this.$nextTick(() => {
+      document.querySelector(".searchWord").focus();
+    });
+  },
   beforeCreate() {}, //生命周期 - 创建之前
   beforeMount() {}, //生命周期 - 挂载之前
   beforeUpdate() {}, //生命周期 - 更新之前