'ID', 'goods_id' => 'Goods ID', 'pic_url' => 'Pic Url', 'is_delete' => 'Is Delete', ]; } public function afterFind() { parent::afterFind(); try { $this->pic_url = Upload::getImgStyle($this->pic_url); } catch (\Throwable $e) {} } }