From a34a90f03cecc7658231547270f8036bb5affe4a Mon Sep 17 00:00:00 2001 From: chengkun <chengkun@ishangstudy.com> Date: Tue, 29 Apr 2025 18:32:24 +0800 Subject: [PATCH] 提交 --- app/public/common.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/public/common.php b/app/public/common.php index a46a5d7..6d0af4e 100644 --- a/app/public/common.php +++ b/app/public/common.php @@ -1030,7 +1030,7 @@ * @param int $tm 跳转时间 * @param string $type 1:后台操作 */ - function ACT_layer_msg(string $msg = "操作已成功!", int $st = 9, string $url = '', int $tm = 2, string $type = '0') { + function ACT_layer_msg($msg = "操作已成功!", $st = 9, $url = '', $tm = 2, $type = '0') { //解决ie9 $.get $.post 回调函数的返回值为undefine header("Content-Type: text/html; charset=UTF-8"); @@ -1061,7 +1061,7 @@ * @param string $tm 时间 * @param string $error */ - function layer_msg(string $msg, string $st = '9', string $type = '0', string $url = '', string $tm = '2', string $error = '0') { + function layer_msg($msg, $st = '9', $type = '0', $url = '', $tm = '2', $error = '0') { if ($type == '1') { $this->ACT_layer_msg($msg, $st, $url, $tm, $type); -- Gitblit v1.9.0