Explorar o código

commit -m 修改直播图预览

zhengjinyi %!s(int64=2) %!d(string=hai) anos
pai
achega
4632f160ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 				})