...
|
...
|
@@ -401,6 +401,12 @@ $(document).on("click", "#saveTime", function() { |
|
|
common.util.__tip("该页面不能更改时间");
|
|
|
return;
|
|
|
}
|
|
|
for(var i = 0; i < times.length; i++) {
|
|
|
if(currIndex != i && times[currIndex].time == times[i].time) {
|
|
|
common.util.__tip("不能和已有的预发布时间重复");
|
|
|
return;
|
|
|
}
|
|
|
}
|
|
|
common.util.__ajax({
|
|
|
url: "/resources/updateResPublishTime",
|
|
|
data: {
|
...
|
...
|
@@ -463,6 +469,7 @@ $(document).on("click", "#sub_btn", function () { |
|
|
addSuffix(contentData);
|
|
|
delete contentData.button_name;
|
|
|
delete contentData.dialog;
|
|
|
delete contentData.__title;
|
|
|
//kids推荐品牌
|
|
|
if (contentData.template_name == "kidsBrands") {
|
|
|
action = contentData.data.params.more_url.action || "";
|
...
|
...
|
|