|
@@ -134,6 +134,7 @@ class FeedBack extends EventsController {
|
|
|
|
|
|
|
|
|
if ($type == 4) {
|
|
|
+
|
|
|
|
|
|
$objLotteryEventsTypeTry = new LotteryEventsTypeTry($uid, $events_id);
|
|
|
|
|
@@ -141,6 +142,7 @@ class FeedBack extends EventsController {
|
|
|
if($tmpData->isSuccess()){
|
|
|
self::ajax_fail_exit('没有申请');
|
|
|
}
|
|
|
+ */
|
|
|
}
|
|
|
|
|
|
if ($type == 6) {
|