4639c86fab8fa10a9a8eb627a43405e8.php 2.11 KB
<?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:47:"./template/mobile/new/public\dispatch_jump.html";i:1528190864;}*/ ?>
<!DOCTYPE html >
<html>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width">
  <title>系统提示-<?php echo $tpshop_config['shop_info_store_title']; ?></title>
  <meta http-equiv="keywords" content="<?php echo $tpshop_config['shop_info_store_keyword']; ?>" />
  <meta name="description" content="<?php echo $tpshop_config['shop_info_store_desc']; ?>" />
  <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
  <link rel="stylesheet" href="__STATIC__/css/loginxin.css">
  <link rel="stylesheet" href="__STATIC__/css/public.css" >
  </head>

<body>
<header class="header_03">
  <div class="nl-login-title">
    <div class="h-left">
      <a class="sb-back" href="javascript:history.back(-1)" title="返回"></a>
    </div>
    <span style="text-align:center">系统提示</span>
  </div>
</header>
<div class="ng-form-zhu" style="text-align: center;font-size:16px;">
  <div class="tips_a">
      <?php if($code == 1) {?>
      <img src="__STATIC__/images/xin/icogantanhao.png"></div>
     <?php }else{ ?>
     <img src="__STATIC__/images/xin/icogantanhao-sb.png"></div>
     <?php }?>
  <div class="tips">
	  <?php if($code == 1) {?><?php echo(strip_tags($msg)); }else{?>
	  <?php echo(strip_tags($msg)); }?>
          等待时间: <b id="wait"><?php echo($wait); ?></b></a>
  </div>
      <div class="tips">
      <a href="<?php echo($url); ?>"  id="href" style="color: #666;">
      	<span class="tishi">返回上一页</span>
      </a>
      <a href="<?php echo U('Index/index',array('stoid'=>\think\Request::instance()->request('stoid'))); ?>" style="color: #666;">
      	<span class="tishi">返回首页</span>
      </a>
   </div>
</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>