kun 191031 17:56
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user