Browse Source

add to local

stanley-king 7 years ago
parent
commit
e61b16220e
2 changed files with 3 additions and 4 deletions
  1. 2 2
      mobile/control/index.php
  2. 1 2
      mobile/control/inoherb.php

+ 2 - 2
mobile/control/index.php

@@ -77,12 +77,12 @@ class indexControl extends specialControl
         if(session_helper::need_wechat_author())
         {
             $author = new thrid_author\wxauthor();
-            $url = "http://p.lrlz.com/hfive/inoherb/index.html?1";
+            $url = "http://p.lrlz.com/hfive/inoherb/index.html?2";
             $author->enter($url);
             return;
         }
         else {
-            fcgi_header('location:http://p.lrlz.com/hfive/inoherb/index.html?1');
+            fcgi_header('location:http://p.lrlz.com/hfive/inoherb/index.html?2');
         }
     }
 

+ 1 - 2
mobile/control/inoherb.php

@@ -29,7 +29,7 @@ class inoherbControl extends mobileControl
             $url = "http://p.lrlz.com/hfive/inoherb/index.html?#/share?inoherb_id={$inoherb_id}";
         }
         else {
-            $url = "http://p.lrlz.com/hfive/inoherb/index.html?1";
+            $url = "http://p.lrlz.com/hfive/inoherb/index.html?2";
         }
 
         if(session_helper::need_wechat_author())
@@ -54,7 +54,6 @@ class inoherbControl extends mobileControl
             return self::outsuccess(['articles' => $articles,
                 'mobile_page' => mobile_page($count)]);
         }
-
     }
     public function addOp()
     {