From 9b1381f52b82e231c876da62f912f71fb9ff8a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <3203164629@qq.com> Date: Thu, 20 Jun 2024 01:06:55 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=80=89=E6=8B=A9=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E7=AA=97=E5=8F=A3=E7=82=B9=E5=87=BB=E7=A1=AE=E5=AE=9A?= =?UTF-8?q?=E5=90=8E=E6=97=A0=E6=B3=95=E5=85=B3=E9=97=AD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小胡 <3203164629@qq.com> --- dzz/system/template/positionlist.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dzz/system/template/positionlist.htm b/dzz/system/template/positionlist.htm index 647ee21..e2316b8 100644 --- a/dzz/system/template/positionlist.htm +++ b/dzz/system/template/positionlist.htm @@ -374,9 +374,9 @@ } else { $.post(MOD_URL + '&op=positionlist&do=geffolderinfo', {'fid': fid}, function (data) { if (parent.$callback) { - parent.$callback(fid, data); + parent.$callback (fid, data); } else { - opened.$callback(fid, data); + opened.$callback (fid, data); } hide_window(); }, 'json')