@@ -365,9 +365,9 @@ var productList = new Vue({
})
this.choiceBrandText = names.join(',').slice(0,15)
}
+ // 获取列表数据
+ this.getListByKeyword();
},500)
- // 获取列表数据
- this.getListByKeyword();
},
mounted: function () {
var _self = this;