Commit 63eeb81f by libai

测试

parent c92a3e6e
Showing with 5 additions and 2 deletions
......@@ -43,8 +43,8 @@
}
</style>
</head>
<body style="background: #FEF09D;">
<div class="banner">
<body style="background: #fff">
<div style="display: none;" class="banner">
<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>
......@@ -80,11 +80,14 @@
m.schemeWakeup();
/*用户点击某个按钮时(假定按钮id为downloadButton),安装app*/
if(sessionStorage.type==2){
setTimeout(function(){
m.wakeupOrInstall();
return false;
},1200)
}else{
$(".banner").show()
$("body").css("background","#FEF09D")
button.onclick = function() {
m.wakeupOrInstall();
return false;
......
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