1
This commit is contained in:
parent
cceb61982f
commit
912139de64
@ -246,7 +246,7 @@ class BattleController extends BaseAuthedController {
|
|||||||
myself()->_rspData($data);
|
myself()->_rspData($data);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getBattleHistory(){$this->showBattleHistory();die;
|
public function getBattleHistory(){
|
||||||
$mode = getReqVal('mode', 0);
|
$mode = getReqVal('mode', 0);
|
||||||
$historyList = BattleHistory::orderBy(BattleHistory::getMyBattleHistoryByMode($mode),'desc');
|
$historyList = BattleHistory::orderBy(BattleHistory::getMyBattleHistoryByMode($mode),'desc');
|
||||||
$data = array();
|
$data = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user