$this->id, 'title' => $this->title, 'img' => $this->storage_id ? $this->storage ? 'http://www.bohaimingpin.com' . $this->storage->path : '' : '', 'price' => $this->min_price, 'description' => mb_substr($this->description, 0, 60) ]; } }