From f9fc6d7cbbb711ff452e5a5f2a8d54994b8d951d Mon Sep 17 00:00:00 2001 From: fofolee Date: Sun, 28 Apr 2019 19:04:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=9B=AE=E5=BD=95=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=AF=BB=E5=8F=96=E5=A4=B1=E8=B4=A5=E6=97=B6=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/index.js b/assets/index.js index 7539c7fc..5994aec7 100644 --- a/assets/index.js +++ b/assets/index.js @@ -202,7 +202,7 @@ utools.onPluginEnter( async ({ code, type, payload }) => { } }, '输入名称或功能进行查询'); } catch(e) { - document.write(e); + $("#mainlist").html(e); } } });