@ -16,7 +16,7 @@ class OrderItems extends SoftDeletesModel
public function getPaidStatusAttribute()
{
if (!$this->total) {
if ($this->total == 0) {
return "未服务";
}
if ($this->paid_at) {