heyang %!s(int64=4) %!d(string=hai) anos
pai
achega
f807d34c05

+ 2 - 2
microserviceUserH5/vcloud/invite.html

@@ -74,7 +74,7 @@
 	<input type="text" style="opacity: 0;z-index: -10;position: fixed;" id="inviteCopy" value="">
 	<script>
 		toastr.options.positionClass = 'toast-center-center';
-		toastr.options.timeOut = '3000';
+		toastr.options.timeOut = '1500';
 	</script>
 	<script type="text/javascript">
 		let timer,flag = true;
@@ -311,7 +311,7 @@
 			}
 			flag = false;
 			if(timer){clearTimeout(timer);}
-			timer = setTimeout(() => {flag = true}, 1000);
+			timer = setTimeout(() => {flag = true}, 1500);
 		}
 	</script>
 </body>

+ 3 - 2
microserviceUserH5/vcloud/register.html

@@ -143,7 +143,8 @@
 			data.type = parameters['type'] ? parameters['type'] : null
 			data.extensionType = parameters['extensionType'] ? parameters['extensionType'] : '2'
 			toastr.options = {
-				positionClass: "toast-center-center"
+				positionClass: "toast-center-center",
+		        timeOut: 1500
 			};
 			var ipt_phone = $('#recv_ipt').val();
 			var validator = /^1[3|4|5|6|7|8|9][0-9]\d{8}$/
@@ -262,7 +263,7 @@
 			}
 			flag = false;
 			if(timer){clearTimeout(timer);}
-			timer = setTimeout(() => {flag = true}, 1000);
+			timer = setTimeout(() => {flag = true}, 1500);
 		}
 	</script>
 </body>