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 @@
-
- +