This commit is contained in:
aozhiwei 2022-01-29 18:41:58 +08:00
parent 6b0360c618
commit 693fe3c110

View File

@ -37,7 +37,7 @@ class MarketController extends BaseController {
{
$account = getReqVal('account', '');
$currBatchMeta = mt\MarketBatch::getCurrentBatch();
if ($currBatchMeta) {
if (!$currBatchMeta) {
$presaleInfo = array(
'batch_id' => 0,
'countdown' => 0,