index.html 861 B

123456789101112131415161718192021222324252627
  1. <html>
  2. <head>
  3. <title>鲸致生活-抖音券预约</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta
  6. name="viewport"
  7. content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1"
  8. />
  9. <script language="javascript" type="text/javascript">
  10. (function(){
  11. let coupon=getQueryString('coupon');
  12. window.location.href = "https://zhaijieshi-3guecm78383ca692-1307626841.tcloudbaseapp.com/groupon/groupon.html?coupon="+coupon;
  13. })();
  14. function getQueryString(name) {
  15. var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
  16. var r = window.location.search.substr(1).match(reg);
  17. if (r != null) {
  18. return unescape(r[2]);
  19. }
  20. return null;
  21. }
  22. </script>
  23. </head>
  24. <body></body>
  25. </html>