dever 7 years ago
parent
commit
d4688e64fb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tm/lib/Controller/FeedBack.class.php

+ 2 - 0
tm/lib/Controller/FeedBack.class.php

@@ -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) {