$this->id, 'sku_id' => $this->sku_id, 'name' => $this->name, 'cover' => $this->cover, 'specs' => array_values((array) $this->specs), 'sell_price' => $this->sell_price_format, 'vip_price' => $this->vip_price_format, 'total_amount' => $this->total_amount, 'quantity' => $this->quantity, 'remain_quantity' => $this->remain_quantity, 'can_after_sale' => $this->can_after_sale, 'has_after_sale' => $this->has_after_sale, //显示【查看售后】按钮判断 'is_gift' => $this->isGift(), ]; } }