diff --git a/mobile/Graphics.html b/mobile/Graphics.html index d806824..220debc 100644 --- a/mobile/Graphics.html +++ b/mobile/Graphics.html @@ -271,8 +271,8 @@ $(function(){ size:20 }, success:function(data){ - // //console.log('查看贴文评论',data) - if(data.commentResult==undefined){ + // console.log('查看贴文评论',data) + if(data.commentResult.length==0){ var html='<p class="grap-msg-top">評論 (0)</p><div class="grap-bottom-box">暫無評論</div>' $(".grap-msg-box").html(html); return;