From 8b730cbc85b026fbfca28e8a61282d4d7c5deb5b Mon Sep 17 00:00:00 2001 From: ZhangKeqi <2329453+SevenLonelyDay@user.noreply.gitee.com> Date: Wed, 8 Feb 2023 07:41:10 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=AE=9A=E6=97=B6=E8=BD=AE?= =?UTF-8?q?=E8=AF=A2=E5=BD=93=E4=B8=BA=E7=A9=BA=E6=97=B6=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=E6=B6=88=E6=81=AF=E6=8F=90=E7=A4=BA=E6=95=B0?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ZhangKeqi <2329453+SevenLonelyDay@user.noreply.gitee.com> --- app/home/view/index/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }