瀏覽代碼

Merge remote-tracking branch 'origin/master' into referMaster

zhouna 5 年之前
父節點
當前提交
bdce3fd8c5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/Login.vue

+ 2 - 2
src/components/Login.vue

@@ -103,10 +103,10 @@ export default {
     blur() {
       if(MobileDevice.getModels().join(' or ').indexOf('6') == -1){
         document.activeElement.scrollIntoView({behavior: "smooth", block: "end"});
-        document.activeElement.scrollIntoViewIfNeeded(true);
+        /*document.activeElement.scrollIntoViewIfNeeded(true);
         setTimeout(() => {
           document.activeElement.scrollIntoViewIfNeeded(true);
-        }, 300);
+        }, 300);*/
       }
     },
     changeName() {