fix: 规范模特三视图计费显示

This commit is contained in:
hh
2026-07-13 11:57:51 +08:00
parent b3687e9c0e
commit 50068c0e79
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ function ModelDetailModal({ model, close, onZoom, onSaved, onNotify, onBillingCh
onSaved(result.model);
onBillingChanged?.();
setTriviewStatus("");
onNotify?.("success", `三视图已生成,扣除 ${result.actual_cost || submitted.estimated_cost} 积分`);
onNotify?.("success", `三视图已生成,扣除 ${formatPoints(result.actual_cost || submitted.estimated_cost)} 积分`);
return;
}
if (["failed", "cancelled"].includes(result.status)) {