|
@@ -774,15 +774,17 @@ var vNode = {
|
|
|
// 获取企业情报历史记录-12
|
|
|
_this.conf._12 = true
|
|
|
}
|
|
|
- // follow的权限:4.12.13只要有一个就可以
|
|
|
- if (res.data.memberStatus > 0 && (power.indexOf(4) != -1 || power.indexOf(12) != -1 || power.indexOf(13) != -1)) {
|
|
|
- _this.getEntFollowState()
|
|
|
- } else {
|
|
|
- _this.entInfo.followSearchFinish = true
|
|
|
- _this.entInfo.entExist = false
|
|
|
- _this.getEntVisits()
|
|
|
- _this.portrait = 'winnerVip'
|
|
|
- }
|
|
|
+ // // follow的权限:4.12.13只要有一个就可以
|
|
|
+ // if (res.data.memberStatus > 0 && (power.indexOf(4) != -1 || power.indexOf(12) != -1 || power.indexOf(13) != -1)) {
|
|
|
+ // _this.getEntFollowState()
|
|
|
+ // } else {
|
|
|
+ // _this.entInfo.followSearchFinish = true
|
|
|
+ // _this.entInfo.entExist = false
|
|
|
+ // _this.getEntVisits()
|
|
|
+ // _this.portrait = 'winnerVip'
|
|
|
+ // }
|
|
|
+ // 所有身份均有权限关注
|
|
|
+ _this.getEntFollowState()
|
|
|
// 新版超级订阅用户获取访问量
|
|
|
if (newVip && (res.data.memberStatus <= 0 || res.data.power.indexOf(4) == -1)) {
|
|
|
_this.getEntVisits()
|