From c2a5bcde60b4c0dff26f298f2d1b43adf4ed4d97 Mon Sep 17 00:00:00 2001 From: tianya Date: Wed, 24 May 2023 21:22:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/makehtml_list_action.php | 2 +- src/system/archive/listview.class.php | 2 +- src/system/archive/sglistview.class.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/admin/makehtml_list_action.php b/src/admin/makehtml_list_action.php index d6473364..cd04ed4b 100644 --- a/src/admin/makehtml_list_action.php +++ b/src/admin/makehtml_list_action.php @@ -99,7 +99,7 @@ if ($nextpage >= $totalpage && $finishType) { if (empty($reurl)) { $reurl = '../apps/list.php?tid='.$tid; } - ShowMsg("完成所有栏目更新,浏览栏目", "javascript:;"); + ShowMsg("完成所有栏目更新,浏览栏目", "javascript:;"); exit(); } else if ($gotype == 'mkall' || $gotype == 'mkallct') { ShowMsg("完成所有栏目更新,数据已优化", "makehtml_all.php?action=make&step=10"); diff --git a/src/system/archive/listview.class.php b/src/system/archive/listview.class.php index 2c03ea9c..9d825757 100755 --- a/src/system/archive/listview.class.php +++ b/src/system/archive/listview.class.php @@ -289,7 +289,7 @@ class ListView } //创建封面模板文件 if ($this->TypeLink->TypeInfos['isdefault'] == -1) { - echo '这个是动态栏目'; + echo DedeAlert('这个是动态栏目', ALERT_WARNING); return '../apps/list.php?tid='.$this->TypeLink->TypeInfos['id']; } //单独页面 diff --git a/src/system/archive/sglistview.class.php b/src/system/archive/sglistview.class.php index ac0c9fae..ed8376b2 100755 --- a/src/system/archive/sglistview.class.php +++ b/src/system/archive/sglistview.class.php @@ -247,7 +247,7 @@ class SgListView } //创建封面模板文件 if ($this->TypeLink->TypeInfos['isdefault'] == -1) { - echo '这个是动态栏目'; + echo DedeAlert('这个是动态栏目', ALERT_WARNING); return ''; } //单独页面