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