heyang лет назад: 3
Родитель
Сommit
7d899bc3c5

+ 2 - 2
microserviceUserH5/vcloud/actFissionShare.html

@@ -566,7 +566,7 @@
         function download() {
             if (isAndroid) {
                 if (baseUrl.includes('prese.phone.androidscloud.com')) {
-                    window.location.href = 'http://prese.phone.androidscloud.com/suanchou'
+                    window.location.href = 'http://14.18.190.144:18888/suanchou'
                 } else {
                     window.location.href = 'http://www.androidscloud.com/suanchou?timestamp=' + Math.random();
                 }
@@ -774,7 +774,7 @@
                 download() {
                     if (isAndroid) {
                         if (baseUrl.includes('prese.phone.androidscloud.com')) {
-                            window.location.href = 'http://prese.phone.androidscloud.com/suanchou'
+                            window.location.href = 'http://14.18.190.144:18888/suanchou'
                         } else {
                             window.location.href = 'http://www.androidscloud.com/suanchou?timestamp=' + Math.random();
                         }

+ 1 - 5
microserviceUserH5/vcloud/exchangePhoneActivity.html

@@ -384,11 +384,7 @@
 		},false);
         function download() {
             if (isAndroid) {
-				if(baseUrl.includes('prese.phone.androidscloud.com')){
-					location.href = `./exchangePhoneDownApp.html?code=B8D94k56bj11&platform=1`;
-				}else{
-					location.href = `./exchangePhoneDownApp.html?code=nEk3HnNl61C3&platform=1`;
-				}
+				location.href = `./exchangePhoneDownApp.html?code=nEk3HnNl61C3&platform=1`;
             } else if (isIOS) {
                 location.href = 'https://www.pgyer.com/gemini6?timestamp=' + Math.random();
             } else {

+ 1 - 1
microserviceUserH5/vcloud/promote.html

@@ -156,7 +156,7 @@
 							toastr.error(res.msg)
 							setTimeout(function () {
 								if(baseUrl.includes('prese.phone.androidscloud.com')){
-									$(window).attr('location', 'http://prese.phone.androidscloud.com');
+									$(window).attr('location', 'http://14.18.190.144:18888');
 								}else{
 									$(window).attr('location', 'http://www.androidscloud.com');
 								}

+ 1 - 1
microserviceUserH5/vcloud/register.html

@@ -140,7 +140,7 @@
             toastr.error(res.msg)
             setTimeout(function () {
               if (baseUrl.includes('prese.phone.androidscloud.com')) {
-                $(window).attr('location', 'http://prese.phone.androidscloud.com');
+                $(window).attr('location', 'http://14.18.190.144:18888');
               } else {
                 $(window).attr('location', 'http://www.androidscloud.com');
               }