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