12345678910111213141516171819202122232425262728 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>安装注册送豪礼</title>
- <link rel="shortcut icon" href="#" />
- <link rel="stylesheet" href="../common/reset.css">
- </head>
- <body>
- <script>
- // 新版增加返回页面的跳转
- setTimeout(function(){
- // window.location.href=lastHref()+"/taskList.html?id=-1"
- var target=lastHref()+"/taskList.html?id=-1"
- taskObj.h5_back(target)
- },1000)
- taskObj.h5_adStart();
- function lastHref() {
- var test=window.location.pathname;
- var newTest=test.split("/")
- var test1=newTest[newTest.length-1];
- return window.location.origin+test.replace("/"+test1,"")
- }
- </script>
- </body>
- </html>
|