Commit df0b1f6e authored by 刘丹's avatar 刘丹

协议

parent 62c6cfbb
...@@ -12,10 +12,6 @@ ...@@ -12,10 +12,6 @@
<link> <link>
</head> </head>
<body id="regi"> <body id="regi">
<header id="header">
<a class="ps-back" href="javascript:(history.length>1?history.go(-1):window.location='/');" id="back_btn"></a>
<h2 id="title">用户协议</h2>
</header>
<div class="header_seat"></div> <div class="header_seat"></div>
<div class="agree"> <div class="agree">
<p class="agree-p"> <p class="agree-p">
...@@ -218,29 +214,6 @@ ...@@ -218,29 +214,6 @@
</p> </p>
</div> </div>
<script src="/app/js/jquery.js"></script> <script src="/app/js/jquery.js"></script>
<script>
var _doc = $(document);
_doc.on('click', '.ps-back', function(e) {
e.preventDefault();
e.stopPropagation();
Compatible({
paraIos: {
'route': "aabb",
'url': 'back'
},
fnAndroid: function() {
window.android.onBackPressed();
},
fn: function() {
console.warn('error');
}
});
});
h5Page(_appToken, function(data) {
loadMain();
});
</script>
</body> </body>
</html> </html>
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 to comment