|
@@ -179,10 +179,10 @@ var vNode = {
|
|
|
_this.gotTab2 = true
|
|
|
console.log('获取企业中标动态...')
|
|
|
}
|
|
|
- // if(_this.powerInfo.memberStatus <= 0) {
|
|
|
- // // 不是大会员时才请求访问量接口
|
|
|
- // _this.getEntVisits()
|
|
|
- // }
|
|
|
+ if(_this.powerInfo.memberStatus <= 0) {
|
|
|
+ // 不是大会员时才请求访问量接口
|
|
|
+ _this.getEntVisits()
|
|
|
+ }
|
|
|
_this.gotTab2 = true
|
|
|
}
|
|
|
});
|
|
@@ -455,22 +455,6 @@ var vNode = {
|
|
|
type: 'GET',
|
|
|
url: '/bigmember/use/isAdd',
|
|
|
success: function (res) {
|
|
|
- res = {
|
|
|
- "error_code": 0,
|
|
|
- "error_msg": "",
|
|
|
- "data": {
|
|
|
- "combo": "专家版",
|
|
|
- "entname": "北京百智享科技有限公司",
|
|
|
- "isSubCount": false,
|
|
|
- "isUsed": true,
|
|
|
- "is_member_trial": false,
|
|
|
- "memberStatus": 0,
|
|
|
- "power": [
|
|
|
- ],
|
|
|
- "vipStatus": 2,
|
|
|
- "viper": true
|
|
|
- }
|
|
|
- }
|
|
|
if (res.error_code == 0) {
|
|
|
_this.conf.powerLoaded = true
|
|
|
if (res.data) {
|
|
@@ -502,7 +486,6 @@ var vNode = {
|
|
|
} else {
|
|
|
_this.entInfo.followSearchFinish = true
|
|
|
_this.entInfo.entExist = false
|
|
|
- _this.getEntVisits()
|
|
|
}
|
|
|
_this.singleTab = false
|
|
|
}
|