Quellcode durchsuchen

压缩图片前

JXDS18FUJT vor 1 Jahr
Ursprung
Commit
c59258dab7
3 geänderte Dateien mit 14 neuen und 4 gelöschten Zeilen
  1. 0 3
      downloadApp.html
  2. 0 1
      index.html
  3. 14 0
      redirect.html

+ 0 - 3
downloadApp.html

@@ -67,7 +67,6 @@
             left: 18vw;
             color: #fff;
             text-align: center;
-
         }
     </style>
 </head>
@@ -126,8 +125,6 @@
             if (getPhoneSystem() == 'ios') {
                // window.location.href = 'https://apps.apple.com/us/app/极速驾培/id1214200225'
                window.location.href = "https://apps.apple.com/us/app/极速驾培/id1214200225"
-
-
             }
             if (getPhoneSystem() == 'android' && isWeixin() == false) {
                 window.location.href ='https://t1-1305573081.cos.ap-shanghai.myqcloud.com/apk/fj_student_2.1.5.apk'

+ 0 - 1
index.html

@@ -301,7 +301,6 @@ background: #F2F4F7;
             text-align: center;
             color: #333;
             font-weight: 600;
-
         }
     </style>
 </head>

+ 14 - 0
redirect.html

@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title></title>
+</head>
+<body>
+    <script>
+        //redirect
+        window.location.href ="https://jsjp.zzxcx.net/downloadApp.html"
+    </script>
+</body>
+</html>