Commit 63d84a69 by libai

测试

parent 1909b772
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
.banner2 { .banner2 {
width: 10rem; width: 10rem;
height: 15.98rem; height: 15.98rem;
background: url(../images/banner2.png) no-repeat; background: url(../images/banner2.png?v=20210324) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;
margin: 0 auto; margin: 0 auto;
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
.banner2{ .banner2{
width: 10rem; width: 10rem;
height: 15.98rem; height: 15.98rem;
background:url(../images/banner2.png)no-repeat; background:url(../images/banner2.png?v=20210324)no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;
margin: 0 auto; margin: 0 auto;
......

189 KB | W: | H:

184 KB | W: | H:

images/banner2.png
images/banner2.png
images/banner2.png
images/banner2.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
<!-- <link rel="stylesheet" href="css/layer.css"> --> <!-- <link rel="stylesheet" href="css/layer.css"> -->
<link rel="stylesheet" href="css/phone.css"> <link rel="stylesheet" href="css/phone.css?v=20210324">
<style> <style>
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
} }
</style> </style>
</head> </head>
<body style="background: #fff"> <body style="background: #FEF09D;">
<div style="display: none;" class="banner banner2"> <div class="banner banner2">
<!-- <a href="login.html"><span class="Recharge">充值<span style="font-weight: 700;font-family:'黑体'">&gt;&gt;</span></span></a> --> <!-- <a href="login.html"><span class="Recharge">充值<span style="font-weight: 700;font-family:'黑体'">&gt;&gt;</span></span></a> -->
<div id="downloadButton" class="btn"></div> <div id="downloadButton" class="btn"></div>
</div> </div>
...@@ -79,25 +79,10 @@ ...@@ -79,25 +79,10 @@
/*在app已安装的情况尝试拉起app*/ /*在app已安装的情况尝试拉起app*/
m.schemeWakeup(); m.schemeWakeup();
/*用户点击某个按钮时(假定按钮id为downloadButton),安装app*/ /*用户点击某个按钮时(假定按钮id为downloadButton),安装app*/
if(sessionStorage.type==3){ button.onclick = function() {
$(".banner").show()
$("body").css("background","#FEF09D")
setTimeout(function(){
m.wakeupOrInstall();
return false;
},1500)
button.onclick = function() {
m.wakeupOrInstall();
return false;
}
}else{
$(".banner").show()
$("body").css("background","#FEF09D")
button.onclick = function() {
m.wakeupOrInstall(); m.wakeupOrInstall();
return false; return false;
} }
}
} }
}, data); }, data);
......
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