1
This commit is contained in:
parent
891404a220
commit
f69bec1c89
@ -476,7 +476,7 @@ class ActivityController{
|
||||
return;
|
||||
}
|
||||
$p = $this->getParameter(REWARD_TIMES);
|
||||
$times = $p['value'];
|
||||
$times = $p['value'] - 1;
|
||||
foreach ($user_db['randreward_list'] as $randreward) {
|
||||
//增加奖励
|
||||
$addreward = new classes\AddReward();
|
||||
|
Loading…
x
Reference in New Issue
Block a user