Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
2016-06-13 17:49:00 +0800
Commit
25d34f045bf3862bfa97652a05afbdaf7fd1cad4
1 parent
98080a94
删除收藏 刷新当前界面
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
web-static/js/home/favorite.js
web-static/js/home/favorite.js
View file @
25d34f0
...
...
@@ -443,9 +443,7 @@ $('#me-del-checked').click(function() {
type
:
favType
}
}).
then
(
function
(
data
)
{
if
(
data
.
code
===
200
)
{
history
.
go
(
0
);
}
history
.
go
(
0
);
});
}
});
...
...
Please
register
or
login
to post a comment