mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 08:06:44 +08:00
[FIX]【卡单】投保人年龄校验提示语修改
This commit is contained in:
@@ -749,7 +749,7 @@ export default {
|
||||
// return
|
||||
// 如果是未成年人
|
||||
if (age < 18) {
|
||||
return this.$toast('投保人必须是具有民事行为能力且有固定职业和收入的自然人,请确定')
|
||||
return this.$toast('亲,投保人年龄必须大于等于18周岁哦~')
|
||||
}
|
||||
|
||||
//如果证件类型是身份证
|
||||
|
||||
Reference in New Issue
Block a user