|
@@ -701,6 +701,7 @@ var vNode = {
|
|
|
},
|
|
|
// 查询企业是否存在和企业关注状态
|
|
|
getEntFollowState: function () {
|
|
|
+ console.dir(223333333333)
|
|
|
var _this = this
|
|
|
_this.entInfo.followSearchFinish = false
|
|
|
$.ajax({
|
|
@@ -790,7 +791,7 @@ var vNode = {
|
|
|
_this.conf._12 = true
|
|
|
}
|
|
|
// 所有身份均可关注(除未登录)
|
|
|
- _this.getEntFollowState()
|
|
|
+ // _this.getEntFollowState()
|
|
|
_this.singleTab = false
|
|
|
}
|
|
|
|