stanley-king %!s(int64=7) %!d(string=hai) anos
pai
achega
82bdbe5e41

+ 2 - 2
mobile/control/inoherb.php

@@ -26,10 +26,10 @@ class inoherbControl extends mobileControl
     {
         $inoherb_id = intval($_GET['inoherb_id']);
         if($inoherb_id > 0) {
-            $url = "http://p.lrlz.com/hfive/inoherb/index.html?#/share?inoherb_id={$inoherb_id}";
+            $url = BASE_SITE_URL . "/hfive/inoherb/index.html?#/share?inoherb_id={$inoherb_id}";
         }
         else {
-            $url = "http://p.lrlz.com/hfive/inoherb/index.html?2";
+            $url = BASE_SITE_URL . "/hfive/inoherb/index.html?2";
         }
         return self::outsuccess(['direct_uri' => $url],"redirect");
     }

+ 1 - 1
mobile/templates/default/bargain/bargain.php

@@ -294,7 +294,7 @@
             window.location.href = 'itms-apps://itunes.apple.com/app/id945609424';
         }
         else if(bridge.isMobile.Android()) {
-            window.location.href = 'http://p.lrlz.com/hfive/android_down';
+            window.location.href = "<?php echo BASE_SITE_URL . "/hfive/android_down/index.html"; ?>";
         }
     }
     $('#download_app').on('click',function(){

+ 1 - 1
mobile/templates/default/bonus/bind.php

@@ -66,7 +66,7 @@
         if (app_nav.indexOf('iphone')>-1&&app.indexOf('iphone')){
             href='http://a.app.qq.com/o/simple.jsp?pkgname=com.lrlz.beautyshop';
         } else if (app.indexOf('micromessenger')>-1 && app_nav.indexOf('android')>-1) {
-            href = "http://p.lrlz.com/hfive/android_down/index.html";
+            href = "<?php echo BASE_SITE_URL . "/hfive/android_down/index.html"; ?>";
         }
         else {
             href="javascript:void(0)";

+ 1 - 1
mobile/templates/default/bonus/detail.php

@@ -49,7 +49,7 @@
         if (app_nav.indexOf('iphone')>-1&&app.indexOf('iphone')){
             href='http://a.app.qq.com/o/simple.jsp?pkgname=com.lrlz.beautyshop';
         } else if (app.indexOf('micromessenger')>-1 && app_nav.indexOf('android')>-1) {
-            href = "http://p.lrlz.com/hfive/android_down/index.html";
+            href = "<?php echo BASE_SITE_URL . "/hfive/android_down/index.html"; ?>";
         }
         else {
             href="javascript:void(0)";

+ 1 - 1
mobile/templates/default/invite_friend/invite.php

@@ -154,7 +154,7 @@
         $('#download_app').attr('href','itms-apps://itunes.apple.com/app/id945609424');
     } else if (isMobile.Android) {
         init_android_bridge();
-        $('#download_app').attr('href','http://p.lrlz.com/data/upload/package/xmmz_release.apk');
+        $('#download_app').attr('href',"<?php echo BASE_SITE_URL . "/data/upload/package/xmmz_release.apk"; ?>";);
     } else {
         $('#download_app').attr('href','javascript:void(0)');
     }