Browse Source

会员修改

master
@AliceXiaoZhan 3 years ago
parent
commit
92a011be21
  1. 8
      bundle/pages/user/vip.vue
  2. 4
      bundle/pages/user_profile/user_profile.vue
  3. 2
      components/components/explore.vue
  4. 3
      components/components/xuqiu.vue
  5. 1
      components/tabs/tabs.vue

8
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 {

4
bundle/pages/user_profile/user_profile.vue

@ -70,9 +70,9 @@
</view>
</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>

2
components/components/explore.vue

@ -51,6 +51,8 @@
if(this.active == 1){
this.initRecommendTopic()
this.mescroll.resetUpScroll()
}
}
},

3
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) {

1
components/tabs/tabs.vue

@ -324,7 +324,6 @@
scrollByIndex() {
// tabtabwidthleft()
console.log('tabInfo')
console.log(this.currentIndex)
console.log(this.tabQueryInfo)
let tabInfo = this.tabQueryInfo[this.currentIndex];

Loading…
Cancel
Save