|
@@ -7,7 +7,7 @@ var mine = {
|
|
// 设置用户头像
|
|
// 设置用户头像
|
|
this.setUserImg()
|
|
this.setUserImg()
|
|
this.getUserInfo()
|
|
this.getUserInfo()
|
|
- this.setBigVipState()
|
|
|
|
|
|
+ //this.setBigVipState()
|
|
|
|
|
|
// this.getSuperVipState()
|
|
// this.getSuperVipState()
|
|
this.getBigVipState()
|
|
this.getBigVipState()
|
|
@@ -43,6 +43,7 @@ var mine = {
|
|
});
|
|
});
|
|
},
|
|
},
|
|
getEntNicheRoot: function() {
|
|
getEntNicheRoot: function() {
|
|
|
|
+ var _this = this
|
|
$.ajax({
|
|
$.ajax({
|
|
type: "post",
|
|
type: "post",
|
|
url: '/entnicheNew/buy/whetherbuy',
|
|
url: '/entnicheNew/buy/whetherbuy',
|
|
@@ -53,6 +54,7 @@ var mine = {
|
|
if(res.data.isNew) {
|
|
if(res.data.isNew) {
|
|
$('.customer-follow').show()
|
|
$('.customer-follow').show()
|
|
}
|
|
}
|
|
|
|
+ _this.setBigVipState()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -331,7 +333,7 @@ var mine = {
|
|
if (res.data.viper) {
|
|
if (res.data.viper) {
|
|
$('.ent-search').show().attr('data-href', '/jyapp/vipsubscribe/entSearch')
|
|
$('.ent-search').show().attr('data-href', '/jyapp/vipsubscribe/entSearch')
|
|
}
|
|
}
|
|
- _this.setBigVipState()
|
|
|
|
|
|
+ //_this.setBigVipState()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|