Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
wangwei
2017-05-27 17:26:29 +0800
Commit
34cb724a09e04bc7aaa8c9105c368377781e997d
2 parents
22a66d85
23c1bc04
Merge branch 'dev_524_5.8逛二期' of
http://git.yoho.cn/fe/yohobuy-portal-fe2
into dev_524_5.8逛二期
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
code/static/js.jquery/module/guang/info/Index.js
code/static/js.jquery/module/guang/info/Index.js
View file @
34cb724
...
...
@@ -298,7 +298,7 @@ $(document).on('click', '.info-sticky', function () {
url
:
'/guang/article/operation'
,
data
:
{
id
:
item
.
id
,
is
Sticky
:
1
is
Top
:
1
}
},
function
(
res
)
{
...
...
@@ -319,7 +319,7 @@ $(document).on('click', '.info-sticky-cancel', function () {
url
:
'/guang/article/operation'
,
data
:
{
id
:
item
.
id
,
is
Sticky
:
0
is
Top
:
0
}
},
function
(
res
)
{
...
...
Please
register
or
login
to post a comment