Authored by 郝肖肖

传回的消息如果为空,则不提示

... ... @@ -31,7 +31,7 @@ var $tip, tipItime;
function show(con, dur) {
var content, duration;
if (typeof con === 'undefined') {
if (typeof con === 'undefined' || con === '') {
return;
}
... ...