|
@@ -211,11 +211,11 @@ webpackJsonp([64],[ |
|
@@ -211,11 +211,11 @@ webpackJsonp([64],[ |
211
|
// HtmArr.push('<a data-index="' + items.__index + '" href="JavaScript:;" class="btn btn-success btn-xs info-toHomePage">同步逛频道</a>');
|
211
|
// HtmArr.push('<a data-index="' + items.__index + '" href="JavaScript:;" class="btn btn-success btn-xs info-toHomePage">同步逛频道</a>');
|
212
|
//}
|
212
|
//}
|
213
|
|
213
|
|
214
|
- if (items.hasToGrass == 1) {
|
|
|
215
|
- HtmArr.push('<a data-index="' + items.__index + '" href="JavaScript:;" class="btn btn-warning btn-xs">已同步到种草</a>');
|
|
|
216
|
- } else {
|
|
|
217
|
- HtmArr.push('<a data-index="' + items.__index + '" href="JavaScript:;" class="btn btn-success btn-xs info-syncToGrass">同步到种草</a>');
|
|
|
218
|
- }
|
214
|
+ // if (items.hasToGrass == 1) {
|
|
|
215
|
+ // HtmArr.push('<a data-index="' + items.__index + '" href="JavaScript:;" class="btn btn-warning btn-xs">已同步到种草</a>');
|
|
|
216
|
+ // } else {
|
|
|
217
|
+ // HtmArr.push('<a data-index="' + items.__index + '" href="JavaScript:;" class="btn btn-success btn-xs info-syncToGrass">同步到种草</a>');
|
|
|
218
|
+ // }
|
219
|
|
219
|
|
220
|
return HtmArr.join('');
|
220
|
return HtmArr.join('');
|
221
|
}
|
221
|
}
|
|
@@ -355,24 +355,24 @@ webpackJsonp([64],[ |
|
@@ -355,24 +355,24 @@ webpackJsonp([64],[ |
355
|
});
|
355
|
});
|
356
|
|
356
|
|
357
|
//同步到种草
|
357
|
//同步到种草
|
358
|
- $(document).on('click', '.info-syncToGrass', function () {
|
|
|
359
|
- var item = g.rows[$(this).data("index")];
|
|
|
360
|
-
|
|
|
361
|
- common.util.__ajax({
|
|
|
362
|
- url: '/guang/article/syncArticleToGrass',
|
|
|
363
|
- data: {
|
|
|
364
|
- id: item.id
|
|
|
365
|
- }
|
|
|
366
|
- }, function (res) {
|
|
|
367
|
-
|
|
|
368
|
- if (res.code == 200) {
|
|
|
369
|
- common.util.__tip('同步成功', 'success');
|
|
|
370
|
- g.reload();
|
|
|
371
|
- } else {
|
|
|
372
|
- common.util.__tip(res.message);
|
|
|
373
|
- }
|
|
|
374
|
- });
|
|
|
375
|
- });
|
358
|
+ // $(document).on('click', '.info-syncToGrass', function () {
|
|
|
359
|
+ // var item = g.rows[$(this).data("index")];
|
|
|
360
|
+
|
|
|
361
|
+ // common.util.__ajax({
|
|
|
362
|
+ // url: '/guang/article/syncArticleToGrass',
|
|
|
363
|
+ // data: {
|
|
|
364
|
+ // id: item.id
|
|
|
365
|
+ // }
|
|
|
366
|
+ // }, function (res) {
|
|
|
367
|
+
|
|
|
368
|
+ // if (res.code == 200) {
|
|
|
369
|
+ // common.util.__tip('同步成功', 'success');
|
|
|
370
|
+ // g.reload();
|
|
|
371
|
+ // } else {
|
|
|
372
|
+ // common.util.__tip(res.message);
|
|
|
373
|
+ // }
|
|
|
374
|
+ // });
|
|
|
375
|
+ // });
|
376
|
|
376
|
|
377
|
//同步到逛频道
|
377
|
//同步到逛频道
|
378
|
$(document).on('click', '.info-toHomePage', function () {
|
378
|
$(document).on('click', '.info-toHomePage', function () {
|