From fd9f335f35c32a9e9911fae87f040e43a90e9f3a Mon Sep 17 00:00:00 2001 From: zyronon Date: Tue, 10 Aug 2021 00:28:42 +0800 Subject: [PATCH] =?UTF-8?q?me=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Indicator.vue | 2 +- src/components/Posters.vue | 3 +- src/components/Search.vue | 6 +- src/pages/login/countryChoose.vue | 100 +++++++-- src/pages/me/Me2.vue | 352 ++++++++++++++++++++++++++++++ src/router/index.js | 4 +- src/utils/global-methods.js | 2 +- 7 files changed, 445 insertions(+), 24 deletions(-) create mode 100644 src/pages/me/Me2.vue diff --git a/src/components/Indicator.vue b/src/components/Indicator.vue index b1f08f0..6555379 100644 --- a/src/components/Indicator.vue +++ b/src/components/Indicator.vue @@ -82,7 +82,7 @@ export default { e.x.distance / (this.$store.state.bodyWidth / this.indicatorSpace) + 'px') }, end(index) { - console.log(index) + // console.log(index) this.currentSlideItemIndex = index this.$setCss(this.indicatorRef, 'transition-duration', `300ms`) this.$setCss(this.indicatorRef, 'left', diff --git a/src/components/Posters.vue b/src/components/Posters.vue index 2b69438..54a526d 100644 --- a/src/components/Posters.vue +++ b/src/components/Posters.vue @@ -1,6 +1,6 @@