|
@@ -781,6 +781,11 @@
|
|
|
},
|
|
|
//下载指引弹窗
|
|
|
downloadTip(){
|
|
|
+ if(isIOS){
|
|
|
+ $('.copy-tip').eq(0).css('marginTop', '44px');
|
|
|
+ $('.imgs-block').eq(0).css('display', 'none');
|
|
|
+ $('.get-success').eq(0).text('下载APP并复制激活码');
|
|
|
+ }
|
|
|
$('.dialog').animate({top: '3.36rem'},"fast");
|
|
|
$('.mask').show();
|
|
|
document.documentElement.style.overflow='hidden';
|