4639c86fab8fa10a9a8eb627a43405e8.php
2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?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>