|
|
@@ -221,7 +221,6 @@ class GoodsController extends BaseController
|
|
|
'miniCode' => $miniCode,
|
|
|
'priceText' => $priceText,
|
|
|
'name' => $goods->name ?? '',
|
|
|
- 'flowerNum' => (int)($goods->flowerNum ?? 0),
|
|
|
'staffText' => $staffText,
|
|
|
'mainId' => $this->mainId,
|
|
|
], $this->shop, $this->sj ?? null, ''));
|