Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
front-end-dev
techbook
Commits
65daecc9
Commit
65daecc9
authored
Jan 14, 2021
by
zhangyanni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
3e84f5a7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
mineFollowCmpt.vue
src/components/mobile/mineFollowCmpt.vue
+1
-1
rank.vue
src/views/mobile/guess/rank.vue
+2
-0
No files found.
src/components/mobile/mineFollowCmpt.vue
View file @
65daecc9
...
@@ -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>
...
...
src/views/mobile/guess/rank.vue
View file @
65daecc9
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment