adjust
This commit is contained in:
parent
2b62bdc82b
commit
3581081bc0
@ -33,7 +33,7 @@ trait RechargeActivity
|
|||||||
$vipinfo = array();
|
$vipinfo = array();
|
||||||
$dailypurchase = array();
|
$dailypurchase = array();
|
||||||
$daysecs = phpcommon\getdayseconds(time());
|
$daysecs = phpcommon\getdayseconds(time());
|
||||||
$firstpurchase = array();
|
$firstpurchase = (object)array();
|
||||||
if ($rechargerow) {
|
if ($rechargerow) {
|
||||||
if (!is_null($rechargerow['first_data'])) {
|
if (!is_null($rechargerow['first_data'])) {
|
||||||
$firstrecharge = $rechargerow['first_data'];
|
$firstrecharge = $rechargerow['first_data'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user