diff --git a/pages.json b/pages.json index 7b2f80b..4cef897 100644 --- a/pages.json +++ b/pages.json @@ -211,7 +211,7 @@ "name": "userPartner", "auth": true, "style": { - "navigationBarTitleText": "我的伙伴" + "navigationBarTitleText": "我的粉丝" } }, { "path": "pages/user/clause", diff --git a/pages/user/index.vue b/pages/user/index.vue index a0afe20..9c92e86 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -154,19 +154,19 @@ - 我的伙伴 + 我的粉丝 - 伙伴总数 + 粉丝总数 {{userData.relation_count.all || 0}} - 直接伙伴 + 直接粉丝 {{userData.relation_count.one || 0}} - 间接伙伴 + 间接粉丝 {{userData.relation_count.two || 0}} @@ -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: { diff --git a/pages/user/partner.vue b/pages/user/partner.vue index 996fca5..b35f191 100644 --- a/pages/user/partner.vue +++ b/pages/user/partner.vue @@ -106,6 +106,9 @@ .tabs{ position: fixed; top: 0; + //#ifdef H5 + top:100rpx; + //#endif left: 0; right: 0; z-index: 99;