fix
This commit is contained in:
parent
c83e63554a
commit
4f813d2227
@ -519,7 +519,9 @@ class RechargeController
|
||||
$vipinfo = array();
|
||||
$dailypurchase = array();
|
||||
if ($rechargerow) {
|
||||
$firstrecharge = $rechargerow['first_data'];
|
||||
if ($rechargerow['first_data'] != null) {
|
||||
$firstrecharge = $rechargerow['first_data'];
|
||||
}
|
||||
if ($rechargerow['vip_info'] != null && $rechargerow['vip_info'] != '') {
|
||||
$vipinfo = json_encode($rechargerow['vip_info']);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user