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
fbe8bbf2
Commit
fbe8bbf2
authored
Feb 20, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改关注
parent
2a44d0e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
addMessage.vue
pagesUser/addMessage.vue
+1
-1
likeList.vue
pagesme/me/likeList.vue
+1
-1
No files found.
pagesUser/addMessage.vue
View file @
fbe8bbf2
...
...
@@ -70,7 +70,7 @@
success
:
(
res
)
=>
{
if
(
res
.
confirm
)
{
const
form
=
{
targetId
:
this
.
target
Id
,
//目标id
targetId
:
this
.
user
Id
,
//目标id
content
:
this
.
message
,
//输入的内容
isPay
:
'1'
,
//1花费 0不花费
wxOpenid
:
userInfo
.
wxOpenid
...
...
pagesme/me/likeList.vue
View file @
fbe8bbf2
...
...
@@ -152,7 +152,7 @@ export default {
deleteFollow
(
form
).
then
(
res
=>
{
if
(
res
.
data
.
code
==
200
){
this
.
$u
.
toast
(
'取消关注成功'
)
this
.
getUserList
()
this
.
$refs
.
paging
.
reload
();
}
})
}
else
if
(
res
.
cancel
)
{
...
...
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