摘要:
在模型product.php中增加以下方法.数据库图片字段为image.存储的图片相对路径 public function getImageUrlAttribute() { // 如果 image 字段本身就已经是完整的 url 就直接返回 if (Str::startsWith($this->attributes['image'], ['http://', 'https://'])) { ret 阅读全文
posted @ 2019-08-22 14:01
greatbing
阅读(3059)
评论(0)
推荐(0)
浙公网安备 33010602011771号