Procházet zdrojové kódy

解除正在进行的活动屏蔽

stanley-king před 8 roky
rodič
revize
f4b6eac9d5
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      mobile/control/activity.php
  2. 1 1
      mobile/control/control.php

+ 1 - 1
mobile/control/activity.php

@@ -315,7 +315,7 @@ class activityControl extends mobileControl
 
     public function actingOp()
     {
-        $actings = array();//activity_helper::acting();
+        $actings = activity_helper::acting();
         $formater = new act_formater($actings);
         $result = $formater->format_acting();
 

+ 1 - 1
mobile/control/control.php

@@ -43,7 +43,7 @@ class mobileControl
 
         $page = $this->cur_page;
         Log::record("curpage = {$page}",Log::DEBUG);
-        
+
         initpage($this->page_size, $this->cur_page);
 
         $this->check_app_type();