...
|
...
|
@@ -179,7 +179,7 @@ class PlusstarController extends AbstractAction |
|
|
$data['shareDesc'] = (mb_strlen($data['ps']['intro'], 'utf-8') > 120) ? trim(strip_tags(mb_substr($data['ps']['intro'], 0, 120, 'utf-8'))) . '...' : $data['ps']['intro'];
|
|
|
$data['shareImg'] = $data['ps']['logo'];
|
|
|
|
|
|
$this->setTitle($data['shareTitle']);
|
|
|
$this->setTitle($data['shareTitle'], false, '');
|
|
|
$this->setDescription($data['shareDesc']);
|
|
|
|
|
|
$brandInfo = array();
|
...
|
...
|
|