'array', 'tags' => 'array' ]; public function getFullAmountTextAttribute() { return '满'.$this->attributes['full_amount'].'可用'; } public function getDiscountsTextAttribute() { if($this->attributes['discount_type'] == 1){ return '¥'.$this->attributes['discounts']; }elseif($this->attributes['discount_type'] == 2){ return floatval($this->attributes['discounts'])."折"; } } }