|
@@ -217,7 +217,8 @@ var vNode = {
|
|
var info = this.userInfo
|
|
var info = this.userInfo
|
|
var isFreeAuth = info.isFree && info.freeBuyerPort > 0
|
|
var isFreeAuth = info.isFree && info.freeBuyerPort > 0
|
|
var isVipAuth = info.vipStatus > 0 && info.viper && this.usageInfo.surplus > 0
|
|
var isVipAuth = info.vipStatus > 0 && info.viper && this.usageInfo.surplus > 0
|
|
- var isMember = this.power && this.power.indexOf(5) !== -1
|
|
|
|
|
|
+ const hasPower = this.power.includes(5) && this.power.includes(24) && this.power.includes(25) && this.power.includes(4)
|
|
|
|
+ var isMember = this.power && hasPower
|
|
// 超级订阅用户是否访问过该画像
|
|
// 超级订阅用户是否访问过该画像
|
|
var vipTrial = info.vipStatus > 0 && info.viper && this.usageInfo.surplus <= 0 && this.usageInfo.visited
|
|
var vipTrial = info.vipStatus > 0 && info.viper && this.usageInfo.surplus <= 0 && this.usageInfo.visited
|
|
// 免费用户是否查看过该画像
|
|
// 免费用户是否查看过该画像
|