|
@@ -23,8 +23,7 @@
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
- <div class="my-tips">当前功能维护中,暂无法使用</div>
|
|
|
- <!-- <div class="invite-container pr">
|
|
|
+ <div class="invite-container pr">
|
|
|
<div class="rules" onclick="handleShow()">活动规则</div>
|
|
|
<div class="h658">
|
|
|
<img src="../static/img/invite/inviteTop.png" class="bottom-img" alt="">
|
|
@@ -85,12 +84,12 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<input type="text" style="opacity: 0;z-index: -10;position: fixed;" id="passwordCopy" value="">
|
|
|
- <input type="text" style="opacity: 0;z-index: -10;position: fixed;" id="inviteCopy" value=""> -->
|
|
|
+ <input type="text" style="opacity: 0;z-index: -10;position: fixed;" id="inviteCopy" value="">
|
|
|
<script>
|
|
|
toastr.options.positionClass = 'toast-center-center';
|
|
|
toastr.options.timeOut = '1500';
|
|
|
</script>
|
|
|
- <!-- <script type="text/javascript">
|
|
|
+ <script type="text/javascript">
|
|
|
let timer, flag = true;
|
|
|
var url = window.location.href;
|
|
|
url = url.split('/')
|
|
@@ -344,7 +343,7 @@
|
|
|
if (timer) { clearTimeout(timer); }
|
|
|
timer = setTimeout(() => { flag = true }, 1500);
|
|
|
}
|
|
|
- </script> -->
|
|
|
+ </script>
|
|
|
</body>
|
|
|
|
|
|
</html>
|