Commit 65daecc9 authored by zhangyanni's avatar zhangyanni

提交

parent 3e84f5a7
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
<!-- //relationType 1共同联系人 2校友 3同事 4关注者 5共同加入话题 6共同标签 0无关系 <!-- //relationType 1共同联系人 2校友 3同事 4关注者 5共同加入话题 6共同标签 0无关系
--> -->
<span class="follow" <span class="follow"
:class="[((item.isFriend==1||item.isFriend==2)&&circleList)||(item.isFriend==1&&!circleList)||(circleType!=8&&item.isFollowed&&(item.relationType!=1&&item.relationType!=2&&item.relationType!=3))||((item.isFriend==1||item.isFriend==2&&circleList)&&(item.relationType==2||item.relationType==3))||(item.isFollowed&&circleType==1)?'hasFollow':'',filterButtonText1(item)=='电子名片'?'blueButton':'']" :class="[((item.isFriend==1||item.isFriend==2)&&circleList)||(item.isFriend==1&&!circleList)||(circleType!=8&&circleType!=7&&item.isFollowed&&(item.relationType!=1&&item.relationType!=2&&item.relationType!=3))||((item.isFriend==1||item.isFriend==2&&circleList)&&(item.relationType==2||item.relationType==3))||(item.isFollowed&&circleType==1)?'hasFollow':'',filterButtonText1(item)=='电子名片'?'blueButton':'']"
@click="handleCheck(item,index,$event)">{{filterButtonText1(item)}}</span> @click="handleCheck(item,index,$event)">{{filterButtonText1(item)}}</span>
</el-col> </el-col>
</el-row> </el-row>
......
...@@ -155,6 +155,8 @@ ...@@ -155,6 +155,8 @@
isShowLoginDialogFunc(data,data1){ isShowLoginDialogFunc(data,data1){
this.isLogin = data; this.isLogin = data;
if(data1){ if(data1){
this.rankTurnList = [];
this.thirdTurnList = [];
this.getGuessRank(); this.getGuessRank();
}else{ }else{
this.userInfo = this.publicFun.getUserInfoCookieType() ? JSON.parse(this.Base64.decode(this.publicFun.getUserInfoCookieType())) : null; this.userInfo = this.publicFun.getUserInfoCookieType() ? JSON.parse(this.Base64.decode(this.publicFun.getUserInfoCookieType())) : null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment