lilinsen 7 年 前
コミット
98b3b48afe
1 ファイル変更2 行追加3 行削除
  1. 2 3
      sites/doc/search.vue

+ 2 - 3
sites/doc/search.vue

@@ -75,8 +75,7 @@ export default {
             this.searchCurName='';
             this.searchIndex=0;
           },
-          choseList(e){
-            console.log(e)
+          choseList(e){           
             let searchIndex = this.searchIndex;
             if(e.keyCode==40){
               searchIndex++;
@@ -89,7 +88,7 @@ export default {
             }      
             let searchList = this.searchList;
             if(searchList.length>0){       
-                console.log(searchList[searchIndex])
+             
             let chnName = searchList[searchIndex].name;
             
             if(chnName){