@@ -95,7 +95,7 @@
this.getCategoryList()
//获取产品活动列表背景图
- this.bannerImg = this.$store.getters.allset.activity_page.value.cover
+ this.bannerImg = this.$store.getters.allset.activity_page.value.bg_img
},
methods: {
@@ -405,7 +405,7 @@
this.getList(param);
getList(param={}) {
- const tempobj = {};
+ const tempobj = {type: 1};
if(this.search.isActiveIds.length){
tempobj['category_ids[0]'] = this.search.isActiveIds;
}