This commit is contained in:
yangduo 2025-01-09 17:49:46 +08:00
parent c83e63554a
commit 4f813d2227

View File

@ -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']);
}