6
0
Fork 0
base
Jing Li 2023-10-19 21:36:48 +08:00
parent 2496b94ad4
commit 994da883ed
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class AfterSaleResource extends JsonResource
'remarks' => $this->remarks,
'created_at' => $this->created_at->toDateTimeString(),
'amount'=> $this->amount_format,
'points' => $this->points,
'points' => bcdiv($this->points, 100, 2),
// 'logs' => AfterSaleLogResource::make($this->whenLoaded('logs')),
];
}