|
|
|
@ -304,23 +304,19 @@
|
|
|
|
|
alert(333);
|
|
|
|
|
isTipSafari = true;
|
|
|
|
|
} else {
|
|
|
|
|
alert(555);
|
|
|
|
|
isTipSafari = false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
alert(isTipSafari);
|
|
|
|
|
$(document).on('click','html',function(){
|
|
|
|
|
alert(666);
|
|
|
|
|
// if (isTipSafari) {
|
|
|
|
|
if (isTipSafari) {
|
|
|
|
|
$(".safari").css("position", "fixed");
|
|
|
|
|
$('.safari').show();
|
|
|
|
|
// }
|
|
|
|
|
});
|
|
|
|
|
$(".safari").click(function () {
|
|
|
|
|
alert(888);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$('#go_confirm').click(function () {
|
|
|
|
|
if (isTipSafari) {
|
|
|
|
|
return;
|
|
|
|
@ -406,7 +402,7 @@
|
|
|
|
|
swiperGet();
|
|
|
|
|
$(".download").click(function(){
|
|
|
|
|
if (isTipSafari) {
|
|
|
|
|
return;
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
$(".window").show();
|
|
|
|
|
document.body.style.overflow = 'hidden';
|
|
|
|
|