attributes['pics'] = json_encode($pics); } } //图片序列化 public function getPicsAttribute($pics) { return json_decode($pics, true); } }