@@ -41,7 +41,6 @@ class ShopController extends BaseController
{
$data = Yii::$app->request->post();
$data['sjId'] = $this->sjId;
- $data['img'] = is_array($data['img']) ? json_encode($data['img']) : $data['img'];
$id = $data['id'] ?? 0;
$shop = ShopService::getById($id);
if (empty($shop)) {