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