@@ -0,0 +1 @@
+test/*.apk
@@ -98,7 +98,7 @@ function register (phone, passwd, code) {
console.log(result);
if(result.status === 200) {
show("注册成功!");
- document.location.href = "http://baidu.com";
+ document.location.href = "/test";
} else {
show(result.msg);
}
@@ -43,10 +43,10 @@
</div>
- <div class="footer">
+ <!-- <div class="footer">
<div><a href="http://www.beian.miit.gov.cn/">备案号:豫ICP备20021997号-2</a></div>
<div class="copyright">© Copyright - 美天旺-郑州完璧时空网络科技有限公司 - All rights reserved.</div>
- </div>
+ </div> -->
<!-- Javascript -->
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="zh">
+ <head>
+ <meta charset="utf-8">
+ </head>
+ <style>
+ a {
+ font-size: 3rem;
+ }
+ </style>
+ <body>
+ <a href="app://twong.com/open?uri=/detail/76">打开APP</a>
+
+ <a href="./app-release.apk">下载APP</a>
+ </body>
+</html>