fix
This commit is contained in:
parent
16e2e1af55
commit
c83e63554a
@ -123,7 +123,7 @@ class RechargeActivity
|
||||
'id' => $itemconf['shop_id'],
|
||||
'cur' => $num,
|
||||
'target' => $itemconf['target'],
|
||||
'award' => 0,
|
||||
'time' => 0,
|
||||
);
|
||||
|
||||
if ($num > $itemconf['target']) {
|
||||
@ -132,6 +132,7 @@ class RechargeActivity
|
||||
|
||||
if ($itemconf['type'] == 3) {
|
||||
$item['time'] = $nowTime;
|
||||
$item['award'] = 0;
|
||||
}
|
||||
|
||||
array_push($activity, $item);
|
||||
|
Loading…
x
Reference in New Issue
Block a user