From efbdc658295d31669a24baffde38202e4b501188 Mon Sep 17 00:00:00 2001 From: API Changelog Bot Date: Mon, 13 Apr 2026 16:25:05 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=A1=A5=E5=85=85=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=89=8D=E7=AB=AFStep1=E9=9C=80=E8=A6=81=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E7=9A=84UI=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- .../2026-04-13_product-v2_category_currentStep.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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没有 |