Merge branch 'master' of 120.27.44.69:dev/pingan-life-index-pro
Showing
1 changed file
with
10 additions
and
1 deletions
| ... | @@ -775,6 +775,15 @@ let policyIdTypeTcList = [ | ... | @@ -775,6 +775,15 @@ let policyIdTypeTcList = [ | 
| 775 | { "v": "9", "n": "其他" }, | 775 | { "v": "9", "n": "其他" }, | 
| 776 | ]; | 776 | ]; | 
| 777 | 777 | ||
| 778 | let policyIdTypeEnList = [ | ||
| 779 | { "v": "33", "n": "HK ID No." }, | ||
| 780 | { "v": "36", "n": "Mainland ID No. (18 digits)" }, | ||
| 781 | { "v": "34", "n": "Macao ID No." }, | ||
| 782 | { "v": "40", "n": "Passport" }, | ||
| 783 | { "v": "51", "n": "HK birth certificate" }, | ||
| 784 | { "v": "52", "n": "Chinese birth certificate" }, | ||
| 785 | { "v": "9", "n": "Others" }, | ||
| 786 | ]; | ||
| 778 | /** | 787 | /** | 
| 779 | * | 788 | * | 
| 780 | * @param {string} lan 语言 | 789 | * @param {string} lan 语言 | 
| ... | @@ -859,7 +868,7 @@ export function getPolicyIdTypeList(lan) { | ... | @@ -859,7 +868,7 @@ export function getPolicyIdTypeList(lan) { | 
| 859 | case 'zh': | 868 | case 'zh': | 
| 860 | return policyIdTypeList; | 869 | return policyIdTypeList; | 
| 861 | case 'en': | 870 | case 'en': | 
| 862 | return policyIdTypeTcList; | 871 | return policyIdTypeEnList; | 
| 863 | default: | 872 | default: | 
| 864 | return policyIdTypeTcList; | 873 | return policyIdTypeTcList; | 
| 865 | } | 874 | } | ... | ... | 
- 
Please register or sign in to post a comment