Authored by 郝肖肖

Merge branch 'feature/tipEmpty' into release/5.2

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