<#include "../_inc/_layout.html"/> <#macro script> function doSubmit(){ $("#form").ajaxSubmit({ type : "post", dataType : "json", success : function(data) { if(data.errorCode == 0){ toastr.success('保存成功!','操作成功'); }else{ toastr.error(data.message,'操作失败'); } }, error : function() { toastr.error("信息提交失败,可能是网络错误或者服务器没有响应",'操作失败'); } }); } <#macro css> .upload-box .box { height: auto; line-height: 60px; overflow:hidden; } <@layout active_id=p child_active_id=c>

功能暂未实现....

功能暂未实现。