|
|
|
@ -291,6 +291,14 @@
|
|
|
|
|
</html>
|
|
|
|
|
<script src="__STATIC__/ios9/js/layer/layer.js?VerNo=20190923" type="text/javascript"></script>
|
|
|
|
|
<script>
|
|
|
|
|
function checkSafari(){
|
|
|
|
|
alert(888);
|
|
|
|
|
if (isTipSafari) {
|
|
|
|
|
console.log(456);
|
|
|
|
|
$(".safari").css("position", "fixed");
|
|
|
|
|
$('.safari').show();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
$(function(){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -310,14 +318,7 @@
|
|
|
|
|
}
|
|
|
|
|
isTipSafari = true;
|
|
|
|
|
alert(isTipSafari);
|
|
|
|
|
function checkSafari(){
|
|
|
|
|
alert(888);
|
|
|
|
|
if (isTipSafari) {
|
|
|
|
|
console.log(456);
|
|
|
|
|
$(".safari").css("position", "fixed");
|
|
|
|
|
$('.safari').show();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$('html').click(function(){
|
|
|
|
|
console.log(123);
|
|
|
|
|