goods()->dealPrice; } /** * 获取商品的模型,规格继承时复写这个方法 * @return mixed */ protected function goods() { return $this->orderGoods->goods; } }