Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -133,7 +133,7 @@ const multiStageWithdrawalConfig = { | ... | @@ -133,7 +133,7 @@ const multiStageWithdrawalConfig = { |
| 133 | stage_limit: 4, // 阶段上限(预留修改空间) | 133 | stage_limit: 4, // 阶段上限(预留修改空间) |
| 134 | age_threshold: 12, // 年龄阈值(<12岁固定3组,≥12岁可添加) | 134 | age_threshold: 12, // 年龄阈值(<12岁固定3组,≥12岁可添加) |
| 135 | withdrawal_periods: [ | 135 | withdrawal_periods: [ |
| 136 | - '1年', '2年', '3年', '5年', | 136 | + '1年', '2年', '3年', '4年', '5年', |
| 137 | '10年', '15年', '20年', '终身', | 137 | '10年', '15年', '20年', '终身', |
| 138 | '一笔过' // 新增:一次性提取选项 | 138 | '一笔过' // 新增:一次性提取选项 |
| 139 | ], | 139 | ], |
| ... | @@ -276,6 +276,7 @@ export const PLAN_TEMPLATES = { | ... | @@ -276,6 +276,7 @@ export const PLAN_TEMPLATES = { |
| 276 | '1年', | 276 | '1年', |
| 277 | '2年', | 277 | '2年', |
| 278 | '3年', | 278 | '3年', |
| 279 | + '4年', | ||
| 279 | '5年', | 280 | '5年', |
| 280 | '10年', | 281 | '10年', |
| 281 | '15年', | 282 | '15年', |
| ... | @@ -311,6 +312,7 @@ export const PLAN_TEMPLATES = { | ... | @@ -311,6 +312,7 @@ export const PLAN_TEMPLATES = { |
| 311 | '1年', | 312 | '1年', |
| 312 | '2年', | 313 | '2年', |
| 313 | '3年', | 314 | '3年', |
| 315 | + '4年', | ||
| 314 | '5年', | 316 | '5年', |
| 315 | '10年', | 317 | '10年', |
| 316 | '15年', | 318 | '15年', | ... | ... |
-
Please register or login to post a comment