Commit abc61ce6 by txy

'提示'

parent 90996fcd
......@@ -328,7 +328,7 @@ function voteClickFn(params, successCallback, errorCallback){
$('#html-template-7').fadeIn();
}
errorCallback && errorCallback(data);
}else if (data.status >= 400) {
}else {
// 异常处理
$.dialog({
contentHtml : '<p style="text-align:center;">'+ data.responseJSON.message +'</p>'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment