'苹果', self::TYPE_2 => '安卓', ]; /** * 否 */ const IS_MUST_0 = 0; /** * 是 */ const IS_MUST_1 = 1; static public $isMustMap = [ self::IS_MUST_0 => '否', self::IS_MUST_1 => '是', ]; public function getWebUrlAttribute() { return isset($this->attributes['web_url']) ? config('console.pic_path').$this->attributes['web_url'] : ''; } }