|
@@ -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();
|