|
@@ -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';
|