kun 191031 17:56

This commit is contained in:
沈学坤
2019-10-31 17:56:30 +08:00
parent 7758865732
commit 611df5b7e0
3 changed files with 7 additions and 6 deletions

View File

@@ -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