|
@@ -87,12 +87,6 @@ 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') {
|
|
|
- $thisUrl .= '/share';
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
$loginUrl = $this -> getLoginUrl($thisUrl);
|
|
|
$info['thisUrl'] = $thisUrl;
|
|
|
$this->setOutput('loginUrl', $loginUrl);
|