dcc48c2b by 杨炀

no message

1 parent 45ca98c7
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
77 <div @click="goAround" class="mb10 pb5"> 77 <div @click="goAround" class="mb10 pb5">
78 <a> 78 <a>
79 <img class="kf" src="@/assets/logo/btn02.png"/> 79 <img class="kf" src="@/assets/logo/btn02.png"/>
80 <div class="text-center mt10">周边活动</div> 80 <div class="text-center mt10">ACTIVITIES</div>
81 </a> 81 </a>
82 </div> 82 </div>
83 <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"> 83 <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 = () => { ...@@ -128,6 +128,7 @@ const goAround = () => {
128 .fixed-right{position: fixed;right: 0;top: 65%;z-index: 9; 128 .fixed-right{position: fixed;right: 0;top: 65%;z-index: 9;
129 .mlb{background: #fff;border-radius: 10px 0 0 10px;box-shadow: 0 2px 8px #aaa; 129 .mlb{background: #fff;border-radius: 10px 0 0 10px;box-shadow: 0 2px 8px #aaa;
130 padding: 10px 8px;text-align: center;cursor: pointer; 130 padding: 10px 8px;text-align: center;cursor: pointer;
131 div{text-transform: uppercase;}
131 div:first-child{border-bottom: 0.5px solid #eee; 132 div:first-child{border-bottom: 0.5px solid #eee;
132 //padding: 0 0 10px;margin-bottom: 10px; 133 //padding: 0 0 10px;margin-bottom: 10px;
133 } 134 }
......
...@@ -439,13 +439,9 @@ const goDetail = (n) => { ...@@ -439,13 +439,9 @@ const goDetail = (n) => {
439 } 439 }
440 } 440 }
441 const golive = (n) => { 441 const golive = (n) => {
442 if (time.value > 0) { 442 router.push({
443 window.open('https://wx.vzan.com/live/page/1151815649?v=1720589464698') 443 path: `/news/detail/${n.noteId}`
444 } else { 444 })
445 router.push({
446 path: `/news/detail/${n.noteId}`
447 })
448 }
449 } 445 }
450 const goLeaderInfo = (n) => { 446 const goLeaderInfo = (n) => {
451 // router.push({ 447 // router.push({
......
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
166 <el-card> 166 <el-card>
167 <el-row :gutter="20"> 167 <el-row :gutter="20">
168 <el-col :lg="8"> 168 <el-col :lg="8">
169 <a class="liveImgbox" @click="goNewsDetail(n)"> 169 <a class="liveImgbox" @click="goNewsDetail(livelist[0])">
170 <div class="imgBox"> 170 <div class="imgBox">
171 <img :src="fillImgUrl_webSite(livelist[0]?.picUrl)"> 171 <img :src="fillImgUrl_webSite(livelist[0]?.picUrl)">
172 </div> 172 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!