From 19aa68646ff9efc1cccd1678fa8f7c8c3d1aded6 Mon Sep 17 00:00:00 2001 From: brotherand2 <547996854@qq.com> Date: Tue, 10 May 2022 10:13:58 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=B8=96=E5=86=85?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E7=82=B9=E5=87=BB=E6=8E=A7=E5=88=B6=E5=8F=B0?= =?UTF-8?q?=E6=8A=A5=E9=94=99Cannot=20read=20properties=20of=20null=20(rea?= =?UTF-8?q?ding=20'style')=20=E5=8F=91=E5=B8=96=E6=97=B6=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E7=82=B9=E5=87=BB=E9=99=84=E4=BB=B6=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=9B=BE=E7=89=87,=20=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=90=8E=E7=82=B9=E5=87=BB=E5=9B=BE=E7=89=87=E6=8F=92=E5=85=A5?= =?UTF-8?q?=E5=88=B0=E7=BC=96=E8=BE=91=E5=99=A8=20=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E8=AE=BE=E7=BD=AE-=E5=B8=96=E5=AD=90?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E9=A1=B5,=E5=BC=80=E5=90=AF=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E9=99=84=E4=BB=B6=E6=98=BE=E7=A4=BA=20EXIF=20?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=20=E9=87=8D=E7=8E=B0=E5=9C=B0=E5=9D=80:https?= =?UTF-8?q?://zengyonghua.site/discuz34/forum.php=3Fmod=3Dviewthread&tid?= =?UTF-8?q?=3D2&extra=3D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/static/js/common_extra.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/static/js/common_extra.js b/upload/static/js/common_extra.js index 0380a645c..bb72e7f77 100644 --- a/upload/static/js/common_extra.js +++ b/upload/static/js/common_extra.js @@ -295,7 +295,7 @@ function _zoom(obj, zimg, nocover, pn, showexif) { clearTimeout($(menuid).getAttribute('timer')); } showimage(zimg, w, h, imgw, imgh); - if(showexif && faid) { + if(showexif && faid && $(zoomid + '_exif')) { var x = new Ajax(); x.get('forum.php?mod=ajax&action=exif&aid=' + faid + '&inajax=1', function(s, x) { if(s) { -- Gitee