From d7399ee881309c88dc7d4ed7fd70b3f1a5eb273c Mon Sep 17 00:00:00 2001 From: DiscuzX <153619335@qq.com> Date: Thu, 27 Oct 2022 16:37:47 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=8B=E6=9C=BA=E7=89=88?= =?UTF-8?q?=E5=B8=96=E5=AD=90=E7=AE=A1=E7=90=86=E8=B7=B3=E5=9B=9E=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: DiscuzX <153619335@qq.com> --- upload/static/js/mobile/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/upload/static/js/mobile/common.js b/upload/static/js/mobile/common.js index d86ce299c..874de7bd5 100644 --- a/upload/static/js/mobile/common.js +++ b/upload/static/js/mobile/common.js @@ -170,6 +170,7 @@ var popup = { pop.css({'display':'none'}); obj.on('click', function(e) { $this.open(pop); + return false; }); } }); -- Gitee