diff --git a/app/home/view/index/index.html b/app/home/view/index/index.html index 0d29112..9d0cf92 100644 --- a/app/home/view/index/index.html +++ b/app/home/view/index/index.html @@ -220,7 +220,7 @@ url: "/home/index/index", type:'post', success:function(e){ - if(e.code==0 && e.data!=''){ + if(e.code==0 && e.data!==''){ if(e.data.msg_num>0){ $('#msgNum').show().find('span').html(e.data.msg_num); }