소스 검색

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)
 				})