From f321ad0476347db7248e5948073201ef50d12263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <2449271624@qq.com> Date: Mon, 29 Jan 2024 18:03:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/templets/freelist_main.htm | 44 +++++++++------------ src/admin/templets/mychannel_edit.htm | 4 +- src/admin/templets/search_keywords_main.htm | 7 ++-- 3 files changed, 24 insertions(+), 31 deletions(-) diff --git a/src/admin/templets/freelist_main.htm b/src/admin/templets/freelist_main.htm index f0fe0744..1f040f4c 100644 --- a/src/admin/templets/freelist_main.htm +++ b/src/admin/templets/freelist_main.htm @@ -8,6 +8,7 @@ + - + + diff --git a/src/admin/templets/mychannel_edit.htm b/src/admin/templets/mychannel_edit.htm index adfa4a18..913af137 100644 --- a/src/admin/templets/mychannel_edit.htm +++ b/src/admin/templets/mychannel_edit.htm @@ -269,9 +269,9 @@ else { obj.style.display = 'none'; } } function DelNote(gourl) { - DedeConfirm("您确认要删除这个字段吗").then((v)=>{ + DedeConfirm("您确认要删除这个字段吗").then((v) => { location.href = gourl; - }).catch((e)=>{ + }).catch((e) => { console.log(e) }); } diff --git a/src/admin/templets/search_keywords_main.htm b/src/admin/templets/search_keywords_main.htm index bdcc89cc..0d6b8574 100644 --- a/src/admin/templets/search_keywords_main.htm +++ b/src/admin/templets/search_keywords_main.htm @@ -26,7 +26,7 @@ return resp.text() } throw new Error(errMsg); - }).then((d)=>{ + }).then((d) => { listArea.innerHTML = d; }).catch((error) => { listArea.innerHTML = errMsg; @@ -87,7 +87,7 @@ return resp.text() } throw new Error(errMsg); - }).then((d)=>{ + }).then((d) => { listArea.innerHTML = d; }).catch((error) => { listArea.innerHTML = errMsg; @@ -137,8 +137,7 @@
-
- +