This commit is contained in:
songliang 2023-07-03 17:37:58 +08:00
parent 5e86492407
commit 2c6fec6cd2

View File

@ -420,7 +420,7 @@ class ShopController extends BaseAuthedController
$arrCosts = explode('|', $costs['param_value']);
$max_count = count($arrCosts);
$cost = $count < $max_count ? $arrCosts[$count] : null;
$cost = $count < $max_count ? $arrCosts[$count] : -1;
$this->_rspData(
array(