Commit e5b836de by libai

测试

parent 0784d352
Showing with 2 additions and 13 deletions
......@@ -777,19 +777,8 @@ $(function(){
if (/iphone|ipad|ipod/.test(ua)) {
if(sessionStorage.lookNum>=3){
setTimeout(function() {
sessionStorage.lookNum=0
layer.open({
type: 1,
title: false,
shadeClose: true,
skin: "yourclass5",
area: ["7.3rem", "12.24rem"],
content: $(".layer-ios"),
end: function () {
$(".layui-layer-shade").hide()
layer.closeAll()
}
})
$(".layer-shadow").show()
loginPage()
}, 3000);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment