Commit abea6c78 authored by agping's avatar agping

1

parent 914a7ea1
......@@ -95,7 +95,7 @@
});
_this.token = localStorage.getItem('token');
_this.common.h5PageC(_this.token, () => {
_this.loadMain();
// _this.loadMain();
});
},
methods: {
......@@ -146,8 +146,6 @@
},
searchShopList(c){
let _this = this;
_this.ajax_input_value = c.target.value;
var keycode = c.keyCode;
if(keycode=='13') {
c.preventDefault();
......@@ -168,7 +166,7 @@
'label_name': '全部'
}
}]
}];
_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