Commit abea6c78 authored by agping's avatar agping

1

parent 914a7ea1
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
}); });
_this.token = localStorage.getItem('token'); _this.token = localStorage.getItem('token');
_this.common.h5PageC(_this.token, () => { _this.common.h5PageC(_this.token, () => {
_this.loadMain(); // _this.loadMain();
}); });
}, },
methods: { methods: {
...@@ -146,8 +146,6 @@ ...@@ -146,8 +146,6 @@
}, },
searchShopList(c){ searchShopList(c){
let _this = this; let _this = this;
_this.ajax_input_value = c.target.value;
var keycode = c.keyCode; var keycode = c.keyCode;
if(keycode=='13') { if(keycode=='13') {
c.preventDefault(); c.preventDefault();
...@@ -168,7 +166,7 @@ ...@@ -168,7 +166,7 @@
'label_name': '全部' 'label_name': '全部'
} }
}] }];
_this.getList(); _this.getList();
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment