Commit ca4cb903 by agan

添加测试

parent 1ca70bab
Showing with 33 additions and 3 deletions
......@@ -17,24 +17,31 @@
<meta content="telephone=no" name="format-detection">
<script src="https://www.footseen.com/js/fsize.js"></script>
<link rel="stylesheet" href="https://www.footseen.com/css/base2.css">
<link rel="stylesheet" href="../css/iosNew.css">
<link rel="stylesheet" href="https://www.footseen.com/layer-v3.1.0/layer.css">
<title>Footseen</title>
<style>
.guide3bg {
width: 10rem;
height: 65.107rem;
background: url(www.footseen.com/img/new2/guide3bg.png) no-repeat;
background: url(https://www.footseen.com/img/new2/guide3.png) no-repeat;
background-size: contain;
margin: 0 auto;
position: relative;
}
.goBackBtn{
width: 7.4rem;
height: 1.4rem;
position: absolute;
bottom: 1.2rem;
left: 1.4rem;
}
</style>
</head>
<body>
<div class="guide3bg">
<a href="javascript:history.back(-1);" class="goBackBtn"></a>
</div>
</body>
......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<input id="input" type="text">
<button onclick="go()">go</button>
<script>
function go() {
var myInput = document.getElementById("input");
window.location.href = "market://" + encodeURIComponent("details?id=" + myInput.value);
}
</script>
</body>
</html>
\ No newline at end of file
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