feature_0521
郑皇 5 years ago
parent d646e44356
commit c1532fc48e

@ -97,7 +97,7 @@ export default {
doSearch(e) { doSearch(e) {
const keyword = e.target.value; const keyword = e.target.value;
let that = this; let that = this;
taht.block = 50; that.block = 50;
that.shopList = that.orginShopList; that.shopList = that.orginShopList;
if (keyword.length > 0) { if (keyword.length > 0) {
that.shopList = that._.filter(that.shopList, item => { that.shopList = that._.filter(that.shopList, item => {

Loading…
Cancel
Save