Commit 78dca187 authored by mengqr's avatar mengqr

样式以及bug修改

parent b506ba57
......@@ -271,7 +271,7 @@ export default {
url: '' ,
urlStor:'',
udNickname:'',//主播名称
udPhotoFileid:'',//主播头像
udPhotoFileid:this.$route.query.headPhoto,//主播头像
lvrName:'',//直播名称
lvrImgLargeUrl:'',//占位图
ifSignFollow:true,//是否登录后关注
......@@ -843,7 +843,7 @@ this.pten = false
this.lvrImgLargeUrl=res.data.data.lvrImgLargeUrl//占位图
this.lvrName=res.data.data.lvrName//直播名称
this.udNickname=res.data.data.udNickname//主播名称
this.udPhotoFileid=res.data.data.udPhotoFileid//主播头像
// this.udPhotoFileid=res.data.data.udPhotoFileid//主播头像
this.lvrId=res.data.data.lvrId//直播间id
this.lvrUbId=res.data.data.lvrUbId//主播id
......@@ -923,6 +923,8 @@ this.pten = false
this.urlStor=res.data.data.lvpPullUrl
}else{
alert("当前直播间未开播")
this.buttonType=4
this.imgShow=false//显示暂无主播
}
}
......
......@@ -278,7 +278,7 @@ export default {
is_xuanzhong : 'Month0',
is_Month : 'Month',
url: '' ,
udPhotoFileid:'',//主播头像
udPhotoFileid:this.$route.query.headPhoto,//主播头像
udNickname:'',//主播名称
ifFollow:false,//关注按钮显示隐藏
lvrName:'',//直播名称
......@@ -613,7 +613,7 @@ export default {
this.lvrImgLargeUrl=res.data.data.lvrImgLargeUrl//占位图
this.lvrName=res.data.data.lvrName//直播名称
this.udNickname=res.data.data.udNickname//主播名称
this.udPhotoFileid=res.data.data.udPhotoFileid//主播头像
// this.udPhotoFileid=res.data.data.udPhotoFileid//主播头像
this.lvrId=res.data.data.lvrId//直播间id
this.lvrUbId=res.data.data.lvrUbId//主播id
this.ifFollow=res.data.data.followAnchor//关注主播状态
......
......@@ -220,7 +220,8 @@ export default {
path:'/fullScreen',
query:{
lvrId:i.lvrId,
ifrecom:ifrecom
ifrecom:ifrecom,
headPhoto:i.headPhoto
}
......@@ -231,7 +232,8 @@ export default {
path:'/live',
query:{
lvrId:i.lvrId,
ifrecom:ifrecom
ifrecom:ifrecom,
headPhoto:i.headPhoto
}
});
......@@ -323,8 +325,8 @@ height: 70vw;
margin-top: 3vw;
}
.recommed-img{
height: 9vw;
width: 30vw;
height: 8vw;
width: 27vw;
position: absolute;
right: 0;
top: 0;
......@@ -373,8 +375,8 @@ position: absolute;
position: absolute;
top: 56vw;
right: 15vw;
height: 6vw;
width: 6vw;
height: 5vw;
width: 5vw;
}
.people-num{
font-size: 3.5vw;
......@@ -394,10 +396,10 @@ position: absolute;
opacity: 0.6;
}
.vip-img{
height: 10vw;
width: 40vw;
height: 9vw;
width: 36vw;
position: absolute;
top: 31vw;
left: 31vw;
left: 33vw;
}
</style>
\ No newline at end of file
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