Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
Project
Project
Details
Activity
Releases
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
李伟
cust-app
Commits
2a44d0e1
Commit
2a44d0e1
authored
Feb 20, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改关注
parent
059d8162
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
13 deletions
+8
-13
userInfo.vue
pagesUser/userInfo.vue
+8
-13
No files found.
pagesUser/userInfo.vue
View file @
2a44d0e1
...
@@ -410,20 +410,15 @@ import {getDict} from "../api/system/dict/data";
...
@@ -410,20 +410,15 @@ import {getDict} from "../api/system/dict/data";
userId
:
uni
.
getStorageSync
(
'userInfo'
).
businessId
,
userId
:
uni
.
getStorageSync
(
'userInfo'
).
businessId
,
targetId
:
id
,
targetId
:
id
,
}
}
addFollow
(
form
)
addFollow
(
form
).
then
(
res
=>
{
}
else
if
(
type
===
false
){
this
.
getIsFollowed
();
const
form
=
{
this
.
animUrl
=
url
;
userId
:
uni
.
getStorageSync
(
'userInfo'
).
businessId
,
this
.
showAnima
=
true
;
targetId
:
id
,
setTimeout
(()
=>
{
}
this
.
showAnima
=
false
;
deleteFollow
(
form
)
},
500
)
})
}
}
this
.
getIsFollowed
();
this
.
animUrl
=
url
;
this
.
showAnima
=
true
;
setTimeout
(()
=>
{
this
.
showAnima
=
false
;
},
500
)
},
},
//点赞
//点赞
like
(
id
,
url
){
like
(
id
,
url
){
...
...
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