Browse Source

debug mshop

stanley-king 7 years ago
parent
commit
7c1b26175c
1 changed files with 3 additions and 2 deletions
  1. 3 2
      mobile/control/mshop.php

+ 3 - 2
mobile/control/mshop.php

@@ -93,16 +93,17 @@ class mshopControl extends specialControl
         $special_id = intval($_GET['special_id']);
         $title = $_GET['title'];
         if($special_id <= 0) {
-            $url = BASE_SITE_URL . "/mshop";
+            $url = BASE_SITE_UdRL . "/mshop";
         }
         else
         {
             if(empty($title)) {
                 $title = $this->special_name($special_id);
-                $title = base64_decode($title);
+                $title = base64_encode($title);
             }
             $url = BASE_SITE_URL . "/mshop/special?special_id={$special_id}&is_special=true&title={$title}";
         }
+
         if(session_helper::need_wechat_author())
         {
             $author = new thrid_author\wxauthor();