Commit 8929fc6e authored by zhangyanni's avatar zhangyanni

试一下直播不嵌套

parent 0131c0b5
<template> <template>
<div class="overfolowWrapper" :style="{overflow:applyVisible?'hidden':'auto'}" v-if="detailInfo"> <div class="overfolowWrapper" :style="{overflow:applyVisible?'hidden':'auto'}" v-if="detailInfo">
<breadTop :title="title" :is-color="true" style="background-color: #3F3F53;" :isReturn="true"></breadTop> <breadTop :title="title" :is-color="true" style="background-color: #3F3F53;" :isReturn="true"></breadTop>
<div class="activityImg" @click="$router.push('/live')"> <div class="activityImg" @click="handleToLive">
<img :src="detailInfo.channelPic" alt="" style="box-shadow:0px 5px 20px 0px rgba(0,0,0,0.2);"> <img :src="detailInfo.channelPic" alt="" style="box-shadow:0px 5px 20px 0px rgba(0,0,0,0.2);">
</div> </div>
<div class="bgImg"> <div class="bgImg">
...@@ -435,6 +435,10 @@ ...@@ -435,6 +435,10 @@
}); });
}, },
handleToLive(){
window.location.href = document.location.href.split("#/")[0]+"live.html"
}
}, },
created(){ created(){
......
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