@@ -183,6 +183,7 @@ class ProductController extends BaseController
$num = floatval($num);
$num = (int)$num;
$type = $get['type'] ?? 0;
+ $priceOption = $get['priceOption'] ?? 0;
$info = ProductClass::getById($id, true);
if (empty($info)) {
util::fail('没有找到花材');