diff --git a/src/components/FooterNav.vue b/src/components/FooterNav.vue index 0a6731b..2c793d8 100644 --- a/src/components/FooterNav.vue +++ b/src/components/FooterNav.vue @@ -20,8 +20,8 @@

朝阳社工e空间

- + +

朝阳社团办

@@ -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') } } }, diff --git a/src/views/home/HomePage.vue b/src/views/home/HomePage.vue index afde51d..f2e5b61 100644 --- a/src/views/home/HomePage.vue +++ b/src/views/home/HomePage.vue @@ -13,7 +13,7 @@
{{banner.title}}
@@ -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 diff --git a/static/img/wxtp2.png b/static/img/wxtp2.png new file mode 100644 index 0000000..b1b810a Binary files /dev/null and b/static/img/wxtp2.png differ