fix: 规范模特三视图计费显示
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user