[节点中心的我的伙伴板块中,伙伴文字变更为粉丝。个人中心个人认证去掉,直接跳转到会员购买页面]
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
"name": "userPartner",
|
||||
"auth": true,
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的伙伴"
|
||||
"navigationBarTitleText": "我的粉丝"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/user/clause",
|
||||
|
||||
@@ -154,19 +154,19 @@
|
||||
<!-- 我的伙伴 -->
|
||||
<view class="userPartner">
|
||||
<view class="partner-title">
|
||||
我的伙伴
|
||||
我的粉丝
|
||||
</view>
|
||||
<view class="partner-list" v-if="userData.relation_count">
|
||||
<view class="partner-label" @click="$Router.push({name: 'userPartner', params:{larer:''}})">
|
||||
<view class="partner-label-name">伙伴总数</view>
|
||||
<view class="partner-label-name">粉丝总数</view>
|
||||
<view class="partner-label-number">{{userData.relation_count.all || 0}}</view>
|
||||
</view>
|
||||
<view class="partner-label" @click="$Router.push({name: 'userPartner', params:{larer:1}})">
|
||||
<view class="partner-label-name">直接伙伴</view>
|
||||
<view class="partner-label-name">直接粉丝</view>
|
||||
<view class="partner-label-number">{{userData.relation_count.one || 0}}</view>
|
||||
</view>
|
||||
<view class="partner-label" @click="$Router.push({name: 'userPartner', params:{larer:2}})">
|
||||
<view class="partner-label-name">间接伙伴</view>
|
||||
<view class="partner-label-name">间接粉丝</view>
|
||||
<view class="partner-label-number">{{userData.relation_count.two || 0}}</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -362,24 +362,24 @@
|
||||
methods: {
|
||||
// 开通VIP
|
||||
openVip(identityId) {
|
||||
if (!this.userData.certification) {
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
content: '为了保障您的用户权益,未个人认证无法开通节点',
|
||||
cancelColor: '#555',
|
||||
cancelText: '稍后开通',
|
||||
confirmColor: '#8b64fd',
|
||||
confirmText: '去认证',
|
||||
success: res => {
|
||||
if (res.confirm) {
|
||||
this.$Router.push({
|
||||
name: 'Personal'
|
||||
})
|
||||
}
|
||||
}
|
||||
})
|
||||
return
|
||||
}
|
||||
// if (!this.userData.certification) {
|
||||
// uni.showModal({
|
||||
// title: '提示',
|
||||
// content: '为了保障您的用户权益,未个人认证无法开通节点',
|
||||
// cancelColor: '#555',
|
||||
// cancelText: '稍后开通',
|
||||
// confirmColor: '#8b64fd',
|
||||
// confirmText: '去认证',
|
||||
// success: res => {
|
||||
// if (res.confirm) {
|
||||
// this.$Router.push({
|
||||
// name: 'Personal'
|
||||
// })
|
||||
// }
|
||||
// }
|
||||
// })
|
||||
// return
|
||||
// }
|
||||
this.$Router.push({
|
||||
name: 'vipIndex',
|
||||
params: {
|
||||
|
||||
@@ -106,6 +106,9 @@
|
||||
.tabs{
|
||||
position: fixed;
|
||||
top: 0;
|
||||
//#ifdef H5
|
||||
top:100rpx;
|
||||
//#endif
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 99;
|
||||
|
||||
Reference in New Issue
Block a user