@ -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 {
@ -70,9 +70,9 @@
</view>
<!-- #ifndef MP-WEIXIN -->
<view class="bg-primary white save-btn flex row-center lg" @tap="logout">退出登录</view>
<!-- #endif -->
<!-- 版权信息 -->
<view class="license xs text-center" v-if="appConfig.copyright_info">
<view>{{ appConfig.copyright_info }}</view>
@ -51,6 +51,8 @@
if(this.active == 1){
this.initRecommendTopic()
this.mescroll.resetUpScroll()
},
@ -48,15 +48,14 @@
watch: {
active() {
console.log(this.active,12122)
if(this.active == 2){
created() {
console.log(1212222)
methods: {
initMescroll(event) {
@ -69,7 +68,7 @@
// 切换标签导航
changeTabs(event) {
this.current = event;
// 初始化获取话题
@ -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];