Browse Source

修改bug

huangxiaojing 3 years ago
parent
commit
7c7651dd6c
1 changed files with 4 additions and 5 deletions
  1. 4 5
      microserviceUserH5/vcloud/invite2.html

+ 4 - 5
microserviceUserH5/vcloud/invite2.html

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