1
This commit is contained in:
parent
8ebc8575eb
commit
0985ce84db
@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
require_once('mt/BcShopGoods.php');
|
||||
require_once('mt/BcShopBatch.php');
|
||||
require_once('mt/Item.php');
|
||||
require_once('mt/Currency.php');
|
||||
require_once('mt/Hero.php');
|
||||
@ -36,9 +38,9 @@ class BcShopController extends BaseController {
|
||||
);
|
||||
$startPos= $pageInfo['per_page'] * ($pageInfo['current_page'] - 1);
|
||||
|
||||
$currBatchMeta = mt\MarketBatch::getCurrentBatch();
|
||||
$currBatchMeta = mt\BcShopBatch::getCurrentBatch();
|
||||
if ($currBatchMeta) {
|
||||
$batchMetas = mt\MarketGoods::getBatchMetas($currBatchMeta['batch_id']);
|
||||
$batchMetas = mt\BcShopGoods::getBatchMetas($currBatchMeta['batch_id']);
|
||||
if ($batchMetas) {
|
||||
foreach ($batchMetas as $meta) {
|
||||
$saleBox = $this->fillPresaleBox($currBatchMeta, $meta);
|
||||
|
Loading…
x
Reference in New Issue
Block a user