Geen omschrijving

adShow.html 929B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>安装注册送豪礼</title>
  8. <link rel="shortcut icon" href="#" />
  9. <link rel="stylesheet" href="../common/reset.css">
  10. </head>
  11. <body>
  12. <script>
  13. // 新版增加返回页面的跳转
  14. setTimeout(function(){
  15. // window.location.href=lastHref()+"/taskList.html?id=-1"
  16. var target=lastHref()+"/taskList.html?id=-1"
  17. taskObj.h5_back(target)
  18. },1000)
  19. taskObj.h5_adStart();
  20. function lastHref() {
  21. var test=window.location.pathname;
  22. var newTest=test.split("/")
  23. var test1=newTest[newTest.length-1];
  24. return window.location.origin+test.replace("/"+test1,"")
  25. }
  26. </script>
  27. </body>
  28. </html>