Commit 45bc21fe by 李嘉林

优化

parent 0be144bb
......@@ -178,10 +178,13 @@ export default {
height: 100px;
margin-left: 16px;
color: #fff;
font-size: 18px;
font-size: 16px;
display: flex;
flex-direction: column;
justify-content: space-between;
.name{
text-align: left;
}
.price{
display: flex;
justify-content: space-between;
......@@ -189,7 +192,6 @@ export default {
font-size: 18px;
span{
color: #FF0000;
text-align: left;
}
.icon{
font-size: 22px;
......
......@@ -5,7 +5,7 @@
<img :src="liveNoticeInfo.coverUrl" alt="">
</div>
<!-- 直播展示层 -->
<div class="liveModel">
<div class="liveModel" v-if="liveNoticeInfo.liveBroadcastState>-1">
<!-- 自定义返回按钮 -->
<div class="customBack flex">
<div class="backIcon">
......@@ -81,6 +81,10 @@ export default {
this.shopLogo=DFSImg(params.shopLogo,40,40);
this.init();
},
onUnload(){
this.liveNoticeInfo.liveBroadcastState=-1;
this.liveNoticeInfo={};
},
mounted() {
},
......
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