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. 5
      components/components/xuqiu.vue
  5. 1
      components/tabs/tabs.vue

8
bundle/pages/user/vip.vue

@ -457,15 +457,16 @@
margin-bottom: 2rpx; margin-bottom: 2rpx;
font-weight: bold; font-weight: bold;
font-size: 30rpx; font-size: 30rpx;
line-height: 42rpx; line-height: 80rpx;
color: #333333; color: #333333;
max-width: 360rpx; max-width: 360rpx;
} }
.info { .info {
margin-top: 74rpx; margin-top: 70rpx;
font-size: 24rpx; font-size: 24rpx;
color: #AE5A2A; color: #AE5A2A;
justify-content: space-between;
} }
.num { .num {
@ -509,7 +510,7 @@
} }
.section-bd { .section-bd {
padding: 0 30rpx 15rpx; padding: 0 0 15rpx 30rpx;
.item { .item {
padding-top:36rpx; padding-top:36rpx;
@ -519,6 +520,7 @@
border-radius: 6rpx; border-radius: 6rpx;
margin-bottom: 14rpx; margin-bottom: 14rpx;
background-color: #F7F7F7; background-color: #F7F7F7;
margin-right: 30rpx;
} }
.image { .image {

4
bundle/pages/user_profile/user_profile.vue

@ -70,9 +70,9 @@
</view> </view>
</view> </view>
<!-- #ifndef MP-WEIXIN -->
<view class="bg-primary white save-btn flex row-center lg" @tap="logout">退出登录</view> <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 class="license xs text-center" v-if="appConfig.copyright_info">
<view>{{ appConfig.copyright_info }}</view> <view>{{ appConfig.copyright_info }}</view>

2
components/components/explore.vue

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

5
components/components/xuqiu.vue

@ -48,15 +48,14 @@
watch: { watch: {
active() { active() {
console.log(this.active,12122)
if(this.active == 2){ if(this.active == 2){
this.initRecommendTopic() this.initRecommendTopic()
this.mescroll.resetUpScroll()
} }
} }
}, },
created() { created() {
this.initRecommendTopic() this.initRecommendTopic()
console.log(1212222)
}, },
methods: { methods: {
initMescroll(event) { initMescroll(event) {
@ -69,7 +68,7 @@
}, },
// //
changeTabs(event) { changeTabs(event) {
this.current = event; this.current = event;
}, },
// //

1
components/tabs/tabs.vue

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

Loading…
Cancel
Save