dcc48c2b by 杨炀

no message

1 parent 45ca98c7
......@@ -77,7 +77,7 @@
<div @click="goAround" class="mb10 pb5">
<a>
<img class="kf" src="@/assets/logo/btn02.png"/>
<div class="text-center mt10">周边活动</div>
<div class="text-center mt10">ACTIVITIES</div>
</a>
</div>
<div onclick="window.open('https://ykf-weixin01.7moor.com/wapchat.html?accessId=707daf80-02c6-11ef-9a4d-85cd5dacc5bf&fromUrl=&urlTitle=&language=EN','_blank','height=700px,width=700px,top=100,left=150,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no')" title="Live Chat">
......@@ -128,6 +128,7 @@ const goAround = () => {
.fixed-right{position: fixed;right: 0;top: 65%;z-index: 9;
.mlb{background: #fff;border-radius: 10px 0 0 10px;box-shadow: 0 2px 8px #aaa;
padding: 10px 8px;text-align: center;cursor: pointer;
div{text-transform: uppercase;}
div:first-child{border-bottom: 0.5px solid #eee;
//padding: 0 0 10px;margin-bottom: 10px;
}
......
......@@ -439,13 +439,9 @@ const goDetail = (n) => {
}
}
const golive = (n) => {
if (time.value > 0) {
window.open('https://wx.vzan.com/live/page/1151815649?v=1720589464698')
} else {
router.push({
path: `/news/detail/${n.noteId}`
})
}
router.push({
path: `/news/detail/${n.noteId}`
})
}
const goLeaderInfo = (n) => {
// router.push({
......
......@@ -166,7 +166,7 @@
<el-card>
<el-row :gutter="20">
<el-col :lg="8">
<a class="liveImgbox" @click="goNewsDetail(n)">
<a class="liveImgbox" @click="goNewsDetail(livelist[0])">
<div class="imgBox">
<img :src="fillImgUrl_webSite(livelist[0]?.picUrl)">
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!