This commit is contained in:
yangduo 2025-04-01 18:09:58 +08:00
parent 2b62bdc82b
commit 3581081bc0

View File

@ -33,7 +33,7 @@ trait RechargeActivity
$vipinfo = array();
$dailypurchase = array();
$daysecs = phpcommon\getdayseconds(time());
$firstpurchase = array();
$firstpurchase = (object)array();
if ($rechargerow) {
if (!is_null($rechargerow['first_data'])) {
$firstrecharge = $rechargerow['first_data'];