diff --git a/pages/index/index.vue b/pages/index/index.vue index 6665618..3ad6485 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -59,7 +59,7 @@ methods: { gotoPath(url) { uni.navigateTo({ - url: url + url: url, }) }, click() { @@ -160,6 +160,7 @@ .content_bg{ height: 100vh; background-size: 100% auto; + background-repeat: no-repeat; } .btn-box { width: 100%; diff --git a/static/1/1.png b/static/1/1.png index e110f55..63f4db8 100644 Binary files a/static/1/1.png and b/static/1/1.png differ