Browse Source

Merge branch 'v2' of https://github.com/jdf2e/nutui into v2

lifeifan 7 years ago
parent
commit
f5f83f0998
1 changed files with 2 additions and 3 deletions
  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){