...
|
...
|
@@ -152,7 +152,7 @@ class YuanxiaoController extends HuodongAction |
|
|
|
|
|
$this->_view->display('result', array(
|
|
|
'staticTitle' => '2016潮流运势测试',
|
|
|
'needShare' => $this->checkNeedShare(), // 是否需要微信分享
|
|
|
'needShare' => true, // 是否需要微信分享
|
|
|
'staticFile' => self::STATIC_FILE,
|
|
|
'result' => $result,
|
|
|
'shareTitle' => $result['name'] . '的2016年潮流运势是' . $this->getChouqianTitle($result['type']),
|
...
|
...
|
|