host . $v : ''; } } return $value; } //首页广告图 public function getPictureAdAttribute($value): string { return $value ? $this->host . $value : ''; } //代理商产品ID public function getAgentProductIdAttribute($value) { return explode(',', $value); } public function agentProduct() { return $this->belongsTo(AgentProduct::class); } }