瀏覽代碼

commit -m 修改直播图预览

zhengjinyi 2 年之前
父節點
當前提交
4632f160ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/h5/article/path-live.vue

+ 1 - 1
pages/h5/article/path-live.vue

@@ -19,7 +19,7 @@
 			GetHomeLiveAdvertising(){
 				this.CommonService.GetHomeLiveAdvertising().then(response =>{
                     this.banner = response.data.liveImage
-					this.productImage.push(response.data)
+					this.productImage.push(this.banner)
 				}).catch(error =>{
 					this.$util.msg(error.msg,3000)
 				})