Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
manulife-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2026-04-20 13:41:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6e4323426975f583d99bd229c42824b8f8b21575
6e432342
1 parent
3503eb88
feat(plan): 添加提取期4年选项
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/config/plan-templates.js
src/config/plan-templates.js
View file @
6e43234
...
...
@@ -133,7 +133,7 @@ const multiStageWithdrawalConfig = {
stage_limit
:
4
,
// 阶段上限(预留修改空间)
age_threshold
:
12
,
// 年龄阈值(<12岁固定3组,≥12岁可添加)
withdrawal_periods
:
[
'1年'
,
'2年'
,
'3年'
,
'5年'
,
'1年'
,
'2年'
,
'3年'
,
'
4年'
,
'
5年'
,
'10年'
,
'15年'
,
'20年'
,
'终身'
,
'一笔过'
// 新增:一次性提取选项
],
...
...
@@ -276,6 +276,7 @@ export const PLAN_TEMPLATES = {
'1年'
,
'2年'
,
'3年'
,
'4年'
,
'5年'
,
'10年'
,
'15年'
,
...
...
@@ -311,6 +312,7 @@ export const PLAN_TEMPLATES = {
'1年'
,
'2年'
,
'3年'
,
'4年'
,
'5年'
,
'10年'
,
'15年'
,
...
...
Please
register
or
login
to post a comment