diff --git a/webapp/controller/RechargeController.class.php b/webapp/controller/RechargeController.class.php index fd8e4d0..61bf8b8 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -719,7 +719,9 @@ class RechargeController if ($r) { $coin_num = $addreward->getCoinNum($account_id); $diamond_num = $addreward->getDiamondNum($account_id); - $adfree = $addreward->getAdfree($account_id); + $adfree = $addreward->getAdfree($account_id); + $privilege = new classes\Privilege(); + $plustimes = $privilege->getCoinTimesPlus($account_id); $user_purchase = array( 'errcode' => 0, 'errmsg' => '', @@ -728,6 +730,7 @@ class RechargeController 'coin_nums' => $coin_num, 'diamond_nums' => $diamond_num, 'adfree' => $adfree, + 'vip_plustime' => $plustimes, 'item_list' => $item_list, 'all_item_list' => $all_item_list, );