@ -55,6 +55,16 @@ class GameRebateController extends BaseController
$this->records('F');
}
public function newRole()
{
$this->records('G');
public function dailySign()
$this->records('H');
public function records($awardType)
$promoteService = new PromoteService();
@ -174,6 +174,8 @@
<th>达成日期</th>
<?php elseif($awardType == 'F'):?>
<th>可领取福利日期</th>
<?php elseif($awardType == 'H'):?>
<th>签到日期</th>
<?php endif;?>
<th>奖励内容</th>
<th>订单生成时间</th>
@ -215,6 +217,8 @@
<td>{$data.award_date}</td>
<td>{$data.award_date_range}</td>
<td>{$data.gift_content}</td>