dever 7 年之前
父节点
当前提交
d4688e64fb
共有 1 个文件被更改,包括 2 次插入0 次删除
  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) {