diff --git a/bundle/pages/user/vip.vue b/bundle/pages/user/vip.vue index b9b1c35..8dc3976 100644 --- a/bundle/pages/user/vip.vue +++ b/bundle/pages/user/vip.vue @@ -457,15 +457,16 @@ margin-bottom: 2rpx; font-weight: bold; font-size: 30rpx; - line-height: 42rpx; + line-height: 80rpx; color: #333333; max-width: 360rpx; } .info { - margin-top: 74rpx; + margin-top: 70rpx; font-size: 24rpx; color: #AE5A2A; + justify-content: space-between; } .num { @@ -509,7 +510,7 @@ } .section-bd { - padding: 0 30rpx 15rpx; + padding: 0 0 15rpx 30rpx; .item { padding-top:36rpx; @@ -519,6 +520,7 @@ border-radius: 6rpx; margin-bottom: 14rpx; background-color: #F7F7F7; + margin-right: 30rpx; } .image { diff --git a/bundle/pages/user_profile/user_profile.vue b/bundle/pages/user_profile/user_profile.vue index c6a44fd..d462e6c 100644 --- a/bundle/pages/user_profile/user_profile.vue +++ b/bundle/pages/user_profile/user_profile.vue @@ -70,9 +70,9 @@ - + 退出登录 - + {{ appConfig.copyright_info }} diff --git a/components/components/explore.vue b/components/components/explore.vue index 29e5789..1596839 100644 --- a/components/components/explore.vue +++ b/components/components/explore.vue @@ -51,6 +51,8 @@ if(this.active == 1){ this.initRecommendTopic() this.mescroll.resetUpScroll() + + } } }, diff --git a/components/components/xuqiu.vue b/components/components/xuqiu.vue index d4ed5a9..02abab5 100644 --- a/components/components/xuqiu.vue +++ b/components/components/xuqiu.vue @@ -48,15 +48,14 @@ watch: { active() { - console.log(this.active,12122) if(this.active == 2){ this.initRecommendTopic() + this.mescroll.resetUpScroll() } } }, created() { this.initRecommendTopic() - console.log(1212222) }, methods: { initMescroll(event) { @@ -69,7 +68,7 @@ }, // 切换标签导航 changeTabs(event) { - + this.current = event; }, // 初始化获取话题 diff --git a/components/tabs/tabs.vue b/components/tabs/tabs.vue index 6431fa3..f0ea0e6 100644 --- a/components/tabs/tabs.vue +++ b/components/tabs/tabs.vue @@ -324,7 +324,6 @@ scrollByIndex() { // 当前活动tab的布局信息,有tab菜单的width和left(为元素左边界到父元素左边界的距离)等信息 console.log('tabInfo') - console.log(this.currentIndex) console.log(this.tabQueryInfo) let tabInfo = this.tabQueryInfo[this.currentIndex];