Nov
05
2016
手机端常用的报错信息提示
function msg_tit_common(e, t, r, n, a) { if (!a) { if (e) { $("." + t).html(e); $("." + t).show(); if (n) { error_msg_ani(t) } if (r) { $("body,html").animate({ scrollTop: 0 }, 500) } } else { $("." + t).html(""); $("." + t).hide() } } else { if (e) { var i = '<div class="tips-prompt"> <span class="name"></span> <span class="bg"></span></div>'; if ($("div.tips-prompt").length == 0) { $("body").append(i) } var o = $("div.tips-prompt"); o.find("span.name").text(e); $(".tips-prompt").fadeIn(); setTimeout(function() { $(".tips-prompt").fadeOut() }, 2e3) } } }
发表评论: