1
This commit is contained in:
parent
d88a77e92f
commit
add642541c
@ -469,7 +469,7 @@ class BaseAuthedController extends BaseController {
|
|||||||
$headFrames = array();
|
$headFrames = array();
|
||||||
foreach ($items as $item) {
|
foreach ($items as $item) {
|
||||||
//道具产出埋点
|
//道具产出埋点
|
||||||
// LogService::productItem($item);
|
LogService::productItem($item);
|
||||||
if ($awardService){
|
if ($awardService){
|
||||||
$awardService->addItem($item['item_id'], $item['item_num']);
|
$awardService->addItem($item['item_id'], $item['item_num']);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user