unit_goods_price = ($this->order->after_distribution_price - $this->order->reward_unit_price) / $this->order->num; return $this->unit_goods_price; } }