This commit is contained in:
aozhiwei 2022-01-25 19:27:10 +08:00
parent 5a93f1ed81
commit 47d476a33c

View File

@ -39,7 +39,7 @@ class MarketController extends BaseController {
'sold_num' => 0,
'inventory_num' => 0,
'hint' => $currBatchMeta['hint'],
'buyed' => 0
'buyed' => rand() % 2 < 1 ? 0 : 1
);
$batchMetas = mt\MarketGoods::getBatchMetas($currBatchMeta['batch_id']);