日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網為廣大站長提供免費收錄網站服務,提交前請做好本站友鏈:【 網站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(50元/站),

點擊這里在線咨詢客服
新站提交
  • 網站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會員:747

ThinkPHP提供了自帶的錯誤提示頁面,但是并不美觀,提示信息顯示如下:

5ec8e1dfb468b.jpg

我們如果想要更換提示頁面應該怎么做呢?

以ThinkPHP3.2為例:

在應用配置文件(應用文件目錄/Common/Conf/config.php)中添加:

/* 錯誤頁面模板 */
'TMPL_ACTION_ERROR'     =>  'Public/dispatch_jump.html', // 默認錯誤跳轉對應的模板文件'
'TMPL_ACTION_SUCCESS'   =>  'Public/dispatch_jump.html', // 默認成功跳轉對應的模板文件'
//'TMPL_EXCEPTION_FILE'   =>  'Public/exception.html',// 異常頁面的模板文件

然后我是在項目公共文件(項目目錄/Public)中新建了dispatch_jump.html,模板內容如下:

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>跳轉提示</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
*{box-sizing:border-box;margin:0;padding:0;font-family:Lantinghei SC,Open Sans,Arial,Hiragino Sans GB,Microsoft YaHei,"微軟雅黑",STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif;-webkit-font-smoothing:antialiased}
body{padding:70px 0;background:#edf1f4;font-weight:400;font-size:1pc;-webkit-text-size-adjust:none;color:#333}
a{outline:0;color:#3498db;text-decoration:none;cursor:pointer}
.system-message{margin:20px 5%;padding:40px 20px;background:#fff;box-shadow:1px 1px 1px hsla(0,0%,39%,.1);text-align:center}
.system-message h1{margin:0;margin-bottom:9pt;color:#444;font-weight:400;font-size:40px}
.system-message .jump,.system-message .image{margin:20px 0;padding:0;padding:10px 0;font-weight:400}
.system-message .jump{font-size:14px}
.system-message .jump a{color:#333}
.system-message p{font-size:9pt;line-height:20px}
.system-message .btn{display:inline-block;margin-right:10px;width:138px;height:2pc;border:1px solid #44a0e8;border-radius:30px;color:#44a0e8;text-align:center;font-size:1pc;line-height:2pc;margin-bottom:5px;}
.success .btn{border-color:#69bf4e;color:#69bf4e}
.error .btn{border-color:#ff8992;color:#ff8992}
.info .btn{border-color:#3498db;color:#3498db}
.copyright p{width:100%;color:#919191;text-align:center;font-size:10px}
.system-message .btn-grey{border-color:#bbb;color:#bbb}
.clearfix:after{clear:both;display:block;visibility:hidden;height:0;content:"."}
@media (max-width:768px){body {padding:20px 0;}}
@media (max-width:480px){.system-message h1{font-size:30px;}}
</style>
</head>
<body>
<div class="system-message error">
    <?php
        if(isset($message)){
    ?>
    <div class="image">
        <img src="http://cdn.demo.fastadmin.net/assets/img/success.svg" alt="" width="150" />
    </div>
    <h1>
    <?php
        echo $message;
        }else{
    ?>
    <div class="image">
        <img src="http://cdn.demo.fastadmin.net/assets/img/error.svg" alt="" width="150" />
    </div>
    <h1>
    <?php
        echo $error;
    }?></h1>
    <p class="jump">
        頁面將在 <span id="wait"><?php echo($waitSecond); ?></span>秒后自動<a id="href" href="<?php echo($jumpUrl); ?>">跳轉</a>
    </p>
    <p class="clearfix">
        <a href="javascript:history.go(-1);" class="btn btn-grey">返回上一步</a>
        <a href="<?php echo($jumpUrl); ?>" class="btn btn-primary">立即跳轉</a>
    </p>
</div>
<script type="text/javascript">
(function () {
    var wait = document.getElementById('wait'),
            href = document.getElementById('href').href;
    var interval = setInterval(function () {
        var time = --wait.innerHTML;
        if (time <= 0) {
            location.href = href;
            clearInterval(interval);
        }
    }, 1000);
})();
</script>
</body>
</html>

效果如下:

5ec8e2b099f5a.jpg

以上就是ThinkPHP中自定義錯誤、成功、異常提示頁面的方法的詳細內容。希望對大家有所幫助~~



分享到:
標簽:ThinkPHP 自定義錯誤 異常提示頁面
用戶無頭像

網友整理

注冊時間:

網站:5 個   小程序:0 個  文章:12 篇

  • 51998

    網站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會員

趕快注冊賬號,推廣您的網站吧!
最新入駐小程序

數獨大挑戰2018-06-03

數獨一種數學游戲,玩家需要根據9

答題星2018-06-03

您可以通過答題星輕松地創建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學四六

運動步數有氧達人2018-06-03

記錄運動步數,積累氧氣值。還可偷

每日養生app2018-06-03

每日養生,天天健康

體育訓練成績評定2018-06-03

通用課目體育訓練成績評定