This commit is contained in:
yangduo 2025-01-09 17:38:41 +08:00
parent 16e2e1af55
commit c83e63554a

View File

@ -123,7 +123,7 @@ class RechargeActivity
'id' => $itemconf['shop_id'], 'id' => $itemconf['shop_id'],
'cur' => $num, 'cur' => $num,
'target' => $itemconf['target'], 'target' => $itemconf['target'],
'award' => 0, 'time' => 0,
); );
if ($num > $itemconf['target']) { if ($num > $itemconf['target']) {
@ -132,6 +132,7 @@ class RechargeActivity
if ($itemconf['type'] == 3) { if ($itemconf['type'] == 3) {
$item['time'] = $nowTime; $item['time'] = $nowTime;
$item['award'] = 0;
} }
array_push($activity, $item); array_push($activity, $item);