diff --git a/changelogs/2026-04/2026-04-13_product-v2_category_currentStep.md b/changelogs/2026-04/2026-04-13_product-v2_category_currentStep.md index 07b3197..8437a66 100644 --- a/changelogs/2026-04/2026-04-13_product-v2_category_currentStep.md +++ b/changelogs/2026-04/2026-04-13_product-v2_category_currentStep.md @@ -59,3 +59,17 @@ Step1页面的"产品类型"选择器(亲子游/蜜月旅行...)应该绑定 - ~~depositAmount~~(订金金额) - ~~balanceDueDays~~(尾款期限) - ~~defaultDailyStock~~(每日库存) + +--- + +## 四、前端Step1页面需要去掉的UI组件 + +以下字段**后端已删除**,前端传了也会被忽略,请去掉对应的UI组件: + +| UI组件 | 对应字段 | 原因 | +|--------|---------|------| +| 支付类型(全款支付/订金+尾款) | ~~paymentType~~ | 原型Step1没有 | +| 订金设置(固定金额/比例) | ~~depositRatio/depositAmount~~ | 原型Step1没有 | +| 尾款须在出发前N天付清 | ~~balanceDueDays~~ | 尾款时间固定为行程第一天 | +| 每日库存默认值 | ~~defaultDailyStock~~ | 原型Step1没有 | +| 是否预约产品 | ~~isBooking~~ | 原型Step1没有 |