提交 f5f83f09 编写于 作者: L lifeifan

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

......@@ -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){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册