dever 6 years ago
parent
commit
82dda4f07b
2 changed files with 4 additions and 1 deletions
  1. 3 1
      tm/lib/Controller/Member.class.php
  2. 1 0
      tm/template_dir/my_act.html

+ 3 - 1
tm/lib/Controller/Member.class.php

@@ -154,7 +154,7 @@ class Member extends EventsController {
 
 		$objDLotteryEvents = new LotteryEvents();
 		$eventsData = $objDLotteryEvents -> gets($events_ids);
-
+		$objMLottery = new Lottery();
 		# 剩余天数
 		$TIME = time();
 		$objArticleLikeCounter = new ArticleLikeCounter();
@@ -176,6 +176,8 @@ class Member extends EventsController {
 					$eventsData[$tmpKey]['user_total'] += $tmpData['base_num'];
 				}
 			}
+
+			$eventsData[$tmpKey]['url'] = $objMLottery->getEventsUrl($tmpData['type'],$tmpData['create_time']);
 		}
 		$this->setOutput('eventsData', $eventsData);
 		$this->setOutput('title', '我参与的活动');

+ 1 - 0
tm/template_dir/my_act.html

@@ -61,6 +61,7 @@ KISSY.use('node, io, gallery/datalazyload/2.0/index', function (S, Node, IO, Dat
 	
 	new Datalazyload({
 		load: function(el){
+			el = '#loadPage';
 			if (lock) return false;
 			lock = true;