xiongzhu 3 anni fa
parent
commit
c6f859dc91
3 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 1 1
      config.xml
  2. 2 2
      www/index.html
  3. 1 1
      www/template.html

+ 1 - 1
config.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<widget id="vip.raex.nft" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleIdentifier="vip.raex.nft" ios-CFBundleVersion="142" android-versionCode="1116">
+<widget id="vip.raex.nft" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" ios-CFBundleIdentifier="vip.raex.nft" ios-CFBundleVersion="143" android-versionCode="1116">
 	<name>RAEX绿洲宇宙</name>
 	<description>
         A sample Apache Cordova application that responds to the deviceready event.

+ 2 - 2
www/index.html

@@ -19,13 +19,13 @@
         }
 
         var version = '1.0.1';
-        var iosCFBundleVersion = '141';
+        var iosCFBundleVersion = '142';
         var androidVersionCode = '1116';
         if (/iphone|ipod|ipad|Macintosh/i.test(navigator.userAgent)) {
             axios.get('https://www.raex.vip/appVersion/checkIosReview?version=' + version)
                 .then(function (res) {
                     if (res.data.review) {
-                        location.href = 'index1.html';
+                        location.href = 'https://ios.raex.vip?review=true';
                     } else {
                         location.href = 'https://www.raex.vip';
                     }

+ 1 - 1
www/template.html

@@ -25,7 +25,7 @@
             axios.get('https://www.raex.vip/appVersion/checkIosReview?version=' + version)
                 .then(function (res) {
                     if (res.data.review) {
-                        location.href = 'index1.html';
+                        location.href = 'https://ios.raex.vip?review=true';
                     } else {
                         location.href = 'https://www.raex.vip';
                     }