|
@@ -326,6 +326,11 @@ var vNode = {
|
|
|
var entniche = info.vipStatus <= 0 && info.memberStatus <= 0 && info.entniche
|
|
|
return memberCustom || isNewVip || entniche
|
|
|
},
|
|
|
+ phoneUnlockTip () {
|
|
|
+ var info = this.powerInfo
|
|
|
+ var phone = this.entBaseInfo.phone
|
|
|
+ return info.isFree && phone && phone.indexOf('*') !== -1
|
|
|
+ },
|
|
|
noShowTip: function () {
|
|
|
return (!this.isFree && !this.updateVipStatus && !this.customerServiceStatus) || (this.isFree && this.canFreeTrial)
|
|
|
}
|
|
@@ -1555,6 +1560,10 @@ var vNode = {
|
|
|
// }).then(function () {})
|
|
|
// }
|
|
|
},
|
|
|
+ goToUnlock: function () {
|
|
|
+ // this.savePageState()
|
|
|
+ location.href = '/jyapp/frontPage/bigmember/free/perfect_info?source=ent_portrait_contacts'
|
|
|
+ },
|
|
|
//免费赠送企业全景分析体验 去解锁
|
|
|
goGiveAnalysis: function () {
|
|
|
location.href = '/jyapp/frontPage/bigmember/free/perfect_info?source=ent_portrait_freeuser';
|