【fix】 修复 投保流程中 27 天 的bug,修改为28天

This commit is contained in:
tian.guangyuan
2020-04-03 16:17:17 +08:00
parent 42a57596c3
commit ae78daa0c3
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ export default {
value: '1'
}
],
currentTime: beforeDate.getBeforeDays(27),
currentTime: beforeDate.getBeforeDays(28),
insured: {
name: '',
age: '',

View File

@@ -483,7 +483,7 @@ export default {
value: '1'
}
],
currentTime: beforeDate.getBeforeDays(27),
currentTime: beforeDate.getBeforeDays(28),
fromCustomer: false, //是否从客户列表拉取的数据
codeDisabled: false, //获取验证码是否禁用
countDown: 60, //倒计时