var PostReply={id:0,panle:null,send:function(f){var b="pan_repaymsg",d="#edt_code",e="#reply_agree",a=false,c="#edt_note";if($(c).val().length==0){alert("\u8BC4\u8BBA\u5185\u5BB9\u4E0D\u80FD\u4E3A\u7A7A\uFF01");$(c).focus();return a}if(!$(e).checked()){alert("\u4F60\u5FC5\u987B\u540C\u610F\u4E0D\u53D1\u8868\u4EE5\u4E0B\u76F8\u5173\u4FE1\u606F\u624D\u80FD\u7EE7\u7EED\uFF01");$(e).focus();return a}if($(d).val().length!=4){alert("\u9A8C\u8BC1\u7801\u683C\u5F0F\u8F93\u5165\u4E0D\u6B63\u786E\uFF01");$(d).focus();return a}MsgInfo(b,"\u6B63\u5728\u53D1\u8868\u8BC4\u8BBA\uFF0C\u8BF7\u7A0D\u5019...");$(f).disabled(true);var g={postid:PostReply.id,name:$("#edt_replyname").val(),note:$(c).val(),code:$(d).val()};PostWS("PostsReply",g,function(c){$(f).disabled(a);if(c.code)MsgInfo(b,"\u53D1\u8868\u8BC4\u8BBA\u6210\u529F\uFF01\u7384\u5CF0\u4F1A\u5C3D\u5FEB\u5BA1\u6838\u4F60\u7684\u5185\u5BB9\uFF01","green",3e3);else MsgInfo(b,"\u9519\u8BEF\uFF1A"+c.msg,"red",2e3)})},load:function(a,b){if(a!=null){PostReply.id=a;PostReply.panle=$("#"+b)}$.post("/tools/GetReply.aspx?time="+Math.random(),"id="+PostReply.id,function(a){PostReply.panle.html(a)})}}