...
|
...
|
@@ -61,7 +61,7 @@ class InfoController extends AbstractAction |
|
|
//guang双头部的问题 20160601
|
|
|
$authorTmp = explode("?id=", $detail['getAuthor']['url']);
|
|
|
$authorId=$authorTmp[1];
|
|
|
$data['guang']['author']['url'] = Helpers::getUrlSafe($detail['getAuthor']['url']) .'&openby:yohobuy={"action":"go.h5","params":{"param":{"id":"' . $authorId . '"},"share":"","id":' .$authorId . ',"type":0,"islogin":"N","url":"'.'https:'.Helpers::url('/author/index', array(), 'guang').'"}}';
|
|
|
$data['guang']['author']['url'] = Helpers::getUrlSafe($detail['getAuthor']['url']) .'&openby:yohobuy={"action":"go.h5","params":{"param":{"id":"' . $authorId . '"},"share":"","id":' .$authorId . ',"type":0,"islogin":"N","url":"'.'http:'.Helpers::url('/author/index', array(), 'guang').'"}}';
|
|
|
}
|
|
|
|
|
|
$data['detail'] = array();
|
...
|
...
|
|