heyang %!s(int64=3) %!d(string=hai) anos
pai
achega
1a03b6e066
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      microserviceUserH5/vcloud/invite.html

+ 5 - 1
microserviceUserH5/vcloud/invite.html

@@ -149,6 +149,10 @@
 			if(!id){
 				copyUrl();
 			} else if (isiOS) {
+				if(!window.webkit){
+					copyUrl();
+					return
+				}
 				$.ajax({
 					url: baseUrl + '/api/user/v1/promote',
 					type: 'get',
@@ -308,7 +312,7 @@
 				cache: false,
 				success: function (res) {
 					if(res.status === 0){
-						$('.dialog').animate({top: '4.2rem'},"fast");
+						$('.dialog').animate({top: '46vh'},"fast");
 						$('.mask').show();
 						$('.tip').animate({top: '-6.96rem'},"fast");
 						document.documentElement.style.overflow='hidden';