|
@@ -87,6 +87,10 @@ class EventsController extends Controller {
|
|
|
$plat_form_id = $this->getPlatFormId();
|
|
|
$thisUrl = $this->objMLottery -> getEventsUrl($info['type'],$info['create_time'],$url);
|
|
|
|
|
|
+ $type = Request::g('type');
|
|
|
+ if ($type == 'share' && !strstr($thisUrl, 'share')) {
|
|
|
+ $thisUrl .= '/share';
|
|
|
+ }
|
|
|
$loginUrl = $this -> getLoginUrl($thisUrl);
|
|
|
$info['thisUrl'] = $thisUrl;
|
|
|
$this->setOutput('thisUrl', $thisUrl);
|