fix
This commit is contained in:
parent
e30dc1d8aa
commit
d137d78165
@ -627,11 +627,11 @@ class RechargeController
|
||||
$firstrecharge = $rechargerow['first_data'];
|
||||
}
|
||||
if ($rechargerow['vip_info'] != null && $rechargerow['vip_info'] != '') {
|
||||
$vipinfo = json_encode($rechargerow['vip_info']);
|
||||
$vipinfo = json_decode($rechargerow['vip_info']);
|
||||
}
|
||||
|
||||
if ($rechargerow['daily_purchase'] != null && $rechargerow['daily_purchase'] != '') {
|
||||
$dailypurchase = json_encode($rechargerow['daily_purchase']);
|
||||
$dailypurchase = json_decode($rechargerow['daily_purchase']);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user