kun 191031 17:56
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
<p>朝阳社工e空间</p>
|
||||
</div>
|
||||
<div class="img-box">
|
||||
<!-- <img src="https://dummyimage.com/80" alt />
|
||||
<p>微信公众号</p> -->
|
||||
<img :src="imgUrl.wxtp2" alt />
|
||||
<p>朝阳社团办</p>
|
||||
</div>
|
||||
<div class="img-box">
|
||||
<img :src="imgUrl.wxtp1" alt />
|
||||
@@ -41,7 +41,8 @@ export default {
|
||||
foot: require('../../static/img/foot.png'),
|
||||
foot1: require('../../static/img/foot1.png'),
|
||||
wxtp0: require('../../static/img/wxtp0.png'),
|
||||
wxtp1: require('../../static/img/wxtp1.png')
|
||||
wxtp1: require('../../static/img/wxtp1.png'),
|
||||
wxtp2: require('../../static/img/wxtp2.png')
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<div
|
||||
class="swiper-slide"
|
||||
:key="index"
|
||||
@click="$jParams('newsDetails',{id:banner.id})"
|
||||
@click="details(banner.id)"
|
||||
>
|
||||
<img :src="banner.cover ? banner.cover : moren" alt />
|
||||
<div class="box">{{banner.title}}</div>
|
||||
@@ -214,7 +214,7 @@ export default {
|
||||
computed: {},
|
||||
watch: {
|
||||
bgData() {
|
||||
this.openFullScreen()
|
||||
// this.openFullScreen()
|
||||
// setTimeout(() => {
|
||||
// this.loading = false
|
||||
// }, 1500);
|
||||
@@ -237,7 +237,7 @@ export default {
|
||||
});
|
||||
setTimeout(() => {
|
||||
loading.close();
|
||||
}, 500);
|
||||
}, 200);
|
||||
},
|
||||
link(href) {
|
||||
window.location.href = href
|
||||
|
||||
BIN
static/img/wxtp2.png
Normal file
BIN
static/img/wxtp2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user