展示额外消耗品总价与明细悬浮卡片

租金改为「包含额外物品」;按 resources 收费项汇总额外消耗品金额,悬浮展示物品明细。
This commit is contained in:
yml2213
2026-07-13 23:54:09 +08:00
parent 35b0278524
commit 51991071e7
4 changed files with 300 additions and 21 deletions
+2
View File
@@ -10,6 +10,8 @@ export interface ListingResource {
price: string;
quantity: number;
mode: string;
/** 收费项小计(元),赠送为 0 */
amount: number;
}
export interface Listing {