...
|
...
|
@@ -939,6 +939,14 @@ $(document).on("change", '#isNewFocus', function () { |
|
|
}
|
|
|
Bll.renderDialog("focus-template");
|
|
|
});
|
|
|
$(document).on("change", '#isNewCategory', function () {
|
|
|
if ($(this).is(':checked')) {
|
|
|
Bll.module.contentData.isNewCategory = 1;
|
|
|
}else{
|
|
|
Bll.module.contentData.isNewCategory = 0;
|
|
|
}
|
|
|
Bll.renderDialog("recommendContentFive-template");
|
|
|
});
|
|
|
//*****************************************************************//
|
|
|
/*编辑推荐*/
|
|
|
$(document).on("change", '#editorTalk-is_show', function () {
|
...
|
...
|
|