Commit 57ec5e6f authored by hujiebin's avatar hujiebin

Update group_info.go

parent 8f755d6e
......@@ -593,7 +593,7 @@ func GetRoomInfo(c *gin.Context) (*mycontext.MyContext, error) {
result.Banners = append(result.Banners, group_cv.BannerElement{
H5Url: i.Url,
BannerUrl: i.Image,
ActionUrl: i.Image, // 支持direction=1横屏
ActionUrl: i.Url, // 支持direction=1横屏
})
}
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment