瀏覽代碼

[update] web

x 5 年之前
父節點
當前提交
cfb063b9d4
共有 4 個文件被更改,包括 20 次插入3 次删除
  1. 1 0
      web/.gitignore
  2. 1 1
      web/assets/js/main.js
  3. 2 2
      web/index.html
  4. 16 0
      web/test/index.html

+ 1 - 0
web/.gitignore

@@ -0,0 +1 @@
+test/*.apk

+ 1 - 1
web/assets/js/main.js

@@ -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);
         }

+ 2 - 2
web/index.html

@@ -43,10 +43,10 @@
             </div>
         </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 -->

+ 16 - 0
web/test/index.html

@@ -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>
+		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+        <a href="./app-release.apk">下载APP</a>
+    </body>
+</html>