...
|
...
|
@@ -137,6 +137,9 @@ $(document).on("click", "#saveAllInfo", function() { |
|
|
} else if ($.trim($("#phrase").val()) != "" && $.trim($("#phrase").val()).length < 60) {
|
|
|
window.IS_OVER = true;
|
|
|
common.util.__tip("推荐短语不能少于60个字符", 'warning');
|
|
|
} else if (UMdescriptioner.getContent().length > 60000) {
|
|
|
window.IS_OVER = true;
|
|
|
common.util.__tip("描述长度超出6万字符", 'warning');
|
|
|
}else{
|
|
|
$("#saveBasicInfo").click();
|
|
|
$("#fenMainSave").click();
|
...
|
...
|
|