update
This commit is contained in:
parent
6fb4d53458
commit
049ab03da5
@ -390,6 +390,7 @@ wepy.page({
|
|||||||
vm.dialogIng = 'https://images.ufutx.com/202106/21/0e7d701cd1280a9b2ecffd1287c9abd1.png'
|
vm.dialogIng = 'https://images.ufutx.com/202106/21/0e7d701cd1280a9b2ecffd1287c9abd1.png'
|
||||||
vm.getList()
|
vm.getList()
|
||||||
vm.userInfo = wx.getStorageSync('userInfo')
|
vm.userInfo = wx.getStorageSync('userInfo')
|
||||||
|
console.log(vm.userInfo.rank_id, '7777777777')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -339,10 +339,10 @@ page {
|
|||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="m_unl_bu f-fcc" v-if="tabBarIndex == 0 && list.length > 3 && userInfo.rank_id == 0}}">
|
<view class="m_unl_bu f-fcc" v-if="tabBarIndex == 0 && list.length > 3 && !userInfo.rank_id">
|
||||||
<image class="u_unl_img" @tap="handleVip" src="https://images.ufutx.com/202106/21/efbb981085024321ef3ff0a1c7999ab4.png" mode="aspectFit" lazy-load="false"></image>
|
<image class="u_unl_img" @tap="handleVip" src="https://images.ufutx.com/202106/21/efbb981085024321ef3ff0a1c7999ab4.png" mode="aspectFit" lazy-load="false"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="m_unl_bu f-fcc" v-if="tabBarIndex == 1 && fansList.length > 3 && userInfo.rank_id == 0">
|
<view class="m_unl_bu f-fcc" v-if="tabBarIndex == 1 && fansList.length > 3 && !userInfo.rank_id">
|
||||||
<image class="u_unl_img" @tap="handleVip" src="https://images.ufutx.com/202106/21/b056766538c70151dc2d37b118ea6ce4.png" mode="aspectFit" lazy-load="false"></image>
|
<image class="u_unl_img" @tap="handleVip" src="https://images.ufutx.com/202106/21/b056766538c70151dc2d37b118ea6ce4.png" mode="aspectFit" lazy-load="false"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-modal" :class="{'show' : tipsShow}">
|
<view class="cu-modal" :class="{'show' : tipsShow}">
|
||||||
|
|||||||
@ -231,7 +231,7 @@ wepy.page({
|
|||||||
list: [], // 列表数据
|
list: [], // 列表数据
|
||||||
hotTopics: [], // 热门话题
|
hotTopics: [], // 热门话题
|
||||||
|
|
||||||
tabBarList: ['动态', '活动', '服务'],
|
tabBarList: ['动态'],
|
||||||
tabBarIndex: 0,
|
tabBarIndex: 0,
|
||||||
|
|
||||||
admin: '1',
|
admin: '1',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user