Merge branch 'dev_524_5.8逛二期' of http://git.yoho.cn/fe/yohobuy-portal-fe2 into dev_524_5.8逛二期
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -298,7 +298,7 @@ $(document).on('click', '.info-sticky', function () { | @@ -298,7 +298,7 @@ $(document).on('click', '.info-sticky', function () { | ||
298 | url: '/guang/article/operation', | 298 | url: '/guang/article/operation', |
299 | data: { | 299 | data: { |
300 | id: item.id, | 300 | id: item.id, |
301 | - isSticky: 1 | 301 | + isTop: 1 |
302 | } | 302 | } |
303 | }, function (res) { | 303 | }, function (res) { |
304 | 304 | ||
@@ -319,7 +319,7 @@ $(document).on('click', '.info-sticky-cancel', function () { | @@ -319,7 +319,7 @@ $(document).on('click', '.info-sticky-cancel', function () { | ||
319 | url: '/guang/article/operation', | 319 | url: '/guang/article/operation', |
320 | data: { | 320 | data: { |
321 | id: item.id, | 321 | id: item.id, |
322 | - isSticky: 0 | 322 | + isTop: 0 |
323 | } | 323 | } |
324 | }, function (res) { | 324 | }, function (res) { |
325 | 325 |
-
Please register or login to post a comment