浏览代码

hotelList接口校正,产品页顶部背景图修复

yfso 2 年之前
父节点
当前提交
7717f75307
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      pages/goods/goods.vue
  2. 1 1
      pages/map/map.vue

+ 1 - 1
pages/goods/goods.vue

xqd
@@ -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: {

+ 1 - 1
pages/map/map.vue

xqd
@@ -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;
 				}