weapps-plugin-jingtong-verify 1.3.9 → 1.4.1-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/README.md +2 -1
  2. package/app.json +33 -33
  3. package/package.json +20 -20
  4. package/sdk.js +289 -289
  5. package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.js +31 -31
  6. package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.json +3 -3
  7. package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.wxml +9 -9
  8. package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.wxss +65 -65
  9. package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.js +37 -37
  10. package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.json +3 -3
  11. package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.wxml +30 -30
  12. package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.wxss +79 -79
  13. package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.js +32 -32
  14. package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.json +3 -3
  15. package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.wxml +16 -16
  16. package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.wxss +57 -57
  17. package/weapps-plugin-jingtong-verify/components/gsd-lib/anim/anim.min.js +1 -1
  18. package/weapps-plugin-jingtong-verify/components/gsd-lib/crypto/crypto.js +37 -37
  19. package/weapps-plugin-jingtong-verify/components/gsd-lib/crypto/index.js +44 -44
  20. package/weapps-plugin-jingtong-verify/components/gsd-lib/dayjs/index.js +351 -351
  21. package/weapps-plugin-jingtong-verify/components/gsd-lib/event/index.js +117 -117
  22. package/weapps-plugin-jingtong-verify/components/gsd-lib/index.js +63 -63
  23. package/weapps-plugin-jingtong-verify/components/gsd-lib/map/index.js +10 -10
  24. package/weapps-plugin-jingtong-verify/components/gsd-lib/map/qmap.js +6 -6
  25. package/weapps-plugin-jingtong-verify/components/gsd-lib/storage/index.js +114 -114
  26. package/weapps-plugin-jingtong-verify/components/gsd-lib/utils/index.js +218 -218
  27. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/formCheck.js +72 -72
  28. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/formController.js +47 -47
  29. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/icon.js +11 -11
  30. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/list.js +16 -16
  31. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/navigator.js +33 -33
  32. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/primarySecondButton.js +18 -18
  33. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-agree/index.js +12 -12
  34. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-agree/index.json +5 -5
  35. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-agree/index.wxml +15 -15
  36. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.js +47 -0
  37. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.json +4 -0
  38. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.wxml +13 -0
  39. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.wxss +1 -0
  40. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-button-group/index.js +44 -44
  41. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-button-group/index.json +5 -5
  42. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-button-group/index.wxml +28 -28
  43. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.js +30 -0
  44. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.json +7 -0
  45. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.wxml +42 -0
  46. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.wxss +1 -0
  47. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-date-picker-en/index.js +418 -414
  48. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-date-picker-en/index.json +5 -5
  49. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-date-picker-en/index.wxml +29 -29
  50. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-dropdown/index.js +11 -11
  51. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-dropdown/index.json +3 -3
  52. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-dropdown/index.wxml +4 -4
  53. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form/index.js +179 -179
  54. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form/index.json +6 -6
  55. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form/index.wxml +16 -16
  56. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.js +92 -92
  57. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.json +6 -6
  58. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.wxml +12 -12
  59. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.wxss +2 -2
  60. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-item/index.js +49 -48
  61. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-item/index.json +3 -3
  62. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-item/index.wxml +14 -13
  63. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-icon/index.js +33 -33
  64. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-icon/index.json +3 -3
  65. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-icon/index.wxml +2 -2
  66. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-index-list/index.js +108 -108
  67. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-index-list/index.json +6 -6
  68. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-index-list/index.wxml +53 -53
  69. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-input/index.js +237 -233
  70. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-input/index.json +8 -8
  71. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-input/index.wxml +49 -49
  72. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-picker/index.js +328 -324
  73. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-picker/index.json +6 -6
  74. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-picker/index.wxml +26 -26
  75. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-popover/index.js +159 -159
  76. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-popover/index.json +3 -3
  77. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-popover/index.wxml +10 -10
  78. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-search/index.js +112 -112
  79. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-search/index.json +5 -5
  80. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-search/index.wxml +21 -21
  81. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.js +21 -0
  82. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.json +7 -0
  83. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.wxml +16 -0
  84. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.wxss +1 -0
  85. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-tips/index.js +50 -50
  86. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-tips/index.json +5 -5
  87. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-tips/index.wxml +27 -27
  88. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/add.svg +13 -13
  89. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/arrow.svg +14 -14
  90. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/delete.svg +16 -16
  91. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/preview.svg +21 -21
  92. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/user.svg +13 -13
  93. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-agree.wxss +147 -147
  94. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-badge.wxss +41 -0
  95. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-button-group.wxss +244 -244
  96. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-cell.wxss +220 -0
  97. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-dropdown.wxss +115 -115
  98. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-form-cell.wxss +101 -101
  99. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-form-item.wxss +174 -167
  100. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-form.wxss +101 -101
  101. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-icon.wxss +268 -268
  102. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-index-list.wxss +206 -206
  103. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-input.wxss +206 -206
  104. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-picker.wxss +139 -139
  105. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-popover.wxss +129 -129
  106. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-search.wxss +171 -171
  107. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-switch.wxss +176 -0
  108. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-tips.wxss +173 -173
  109. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/icon/iconfont.wxss +160 -160
  110. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/main.wxss +283 -283
  111. package/weapps-plugin-jingtong-verify/components/gsd-ui/utils/helper.js +55 -55
  112. package/weapps-plugin-jingtong-verify/components/gsd-ui/utils/validType.js +117 -117
  113. package/weapps-plugin-jingtong-verify/components/gsd-ui/utils/validator.js +106 -106
  114. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.js +32 -32
  115. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.json +3 -3
  116. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.wxml +8 -8
  117. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.wxss +57 -57
  118. package/weapps-plugin-jingtong-verify/components/modal/modal.js +32 -32
  119. package/weapps-plugin-jingtong-verify/components/modal/modal.json +3 -3
  120. package/weapps-plugin-jingtong-verify/components/modal/modal.wxml +28 -28
  121. package/weapps-plugin-jingtong-verify/components/modal/modal.wxss +84 -84
  122. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.js +82 -82
  123. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.json +3 -3
  124. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.wxml +18 -18
  125. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.wxss +72 -71
  126. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.js +39 -35
  127. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.json +3 -3
  128. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.wxml +9 -9
  129. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.wxss +51 -51
  130. package/weapps-plugin-jingtong-verify/i18n/index.js +7 -7
  131. package/weapps-plugin-jingtong-verify/i18n/logout.js +10 -10
  132. package/weapps-plugin-jingtong-verify/i18n/rules.js +202 -189
  133. package/weapps-plugin-jingtong-verify/images/close-circle.png +0 -0
  134. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.js +86 -86
  135. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.json +6 -6
  136. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.wxml +20 -17
  137. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.wxss +51 -38
  138. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.js +167 -167
  139. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.json +3 -3
  140. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.wxml +30 -30
  141. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.wxss +91 -91
  142. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.js +79 -79
  143. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.json +5 -5
  144. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.wxml +19 -19
  145. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.wxss +44 -44
  146. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.js +1382 -1286
  147. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.json +16 -15
  148. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.wxml +494 -410
  149. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.wxss +116 -76
  150. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.js +127 -126
  151. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.json +5 -5
  152. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.wxml +36 -36
  153. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.wxss +60 -60
  154. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.js +106 -106
  155. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.json +3 -3
  156. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.wxml +29 -29
  157. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.wxss +68 -68
  158. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.js +24 -24
  159. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.json +3 -3
  160. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.wxml +12 -12
  161. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.wxss +33 -33
  162. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.js +110 -97
  163. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.json +6 -6
  164. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.wxml +9 -9
  165. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.wxss +1 -1
  166. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.js +641 -641
  167. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.json +10 -10
  168. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.wxml +152 -152
  169. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.wxss +47 -47
  170. package/weapps-plugin-jingtong-verify/pages/setting/setting.js +328 -328
  171. package/weapps-plugin-jingtong-verify/pages/setting/setting.json +5 -5
  172. package/weapps-plugin-jingtong-verify/pages/setting/setting.wxml +91 -91
  173. package/weapps-plugin-jingtong-verify/pages/setting/setting.wxss +69 -69
  174. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.js +306 -159
  175. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.json +7 -6
  176. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.wxml +142 -61
  177. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.wxss +110 -64
  178. package/weapps-plugin-jingtong-verify/style/page.wxss +13 -13
  179. package/weapps-plugin-jingtong-verify/utils/QDTrackerNew/QDTracker.js +15 -15
  180. package/weapps-plugin-jingtong-verify/utils/QDTrackerNew/QDTrackerMain.js +59 -59
  181. package/weapps-plugin-jingtong-verify/utils/country.js +209 -203
  182. package/weapps-plugin-jingtong-verify/utils/index.js +306 -306
  183. package/weapps-plugin-jingtong-verify/utils/jsencrypt.min.js +1 -1
  184. package/weapps-plugin-jingtong-verify/utils/request.js +89 -24
  185. package/weapps-plugin-jingtong-verify/utils/rules.js +258 -162
  186. package/weapps-plugin-jingtong-verify/utils/tifadmin_config.js +61 -61
  187. package/weapps-plugin-jingtong-verify/utils/validate.js +772 -754
@@ -1,410 +1,494 @@
1
- <view class="{{ language == 'en' ? 'en-page' : ''}}">
2
- <view class="top-box">
3
- <view class="img-box">
4
- <image src="../../images/Frame.png" mode="aspectFit" class="img"></image>
5
- </view>
6
- <view class="title">{{ language == 'zh_CN' ? '请填写您的个人身份信息' : 'Please fill in your personal information' }}</view>
7
- <!-- <text class="info">信息将与当前微信绑定(用于身份认证)</text> -->
8
- </view>
9
-
10
- <!-- 中文版:证件类型非外国人护照时 -->
11
- <view class="content-box" wx:if="{{ language == 'zh_CN' }}">
12
- <g-form
13
- id="form"
14
- model="{{ formData }}"
15
- rules="{{ rules }}"
16
- validateType="{{ validateType }}"
17
- primary-text="开始人脸识别"
18
- bind:submit="handleFormSubmit"
19
- >
20
- <!-- 共有:证件类型 -->
21
- <view class="form-item-wrap">
22
- <g-picker
23
- id="cid_type"
24
- value="{{ formData.cid_type }}"
25
- label="证件类型"
26
- bind:change="handleChange"
27
- range="{{ cidTypeRange }}"
28
- ></g-picker>
29
- </view>
30
-
31
- <!-- 银行卡核验(港澳/台居住证) -->
32
- <view wx:if="{{ currentAuthType === 'cardAuth' }}">
33
- <view class="form-tip">
34
- <text class="space-block"></text>
35
- <text class="tip-desc">{{ rulesMap[formData.cid_type].tip }}</text>
36
- </view>
37
- <view class="form-item-wrap">
38
- <g-input
39
- id="id_card_number"
40
- label="证件号码"
41
- placeholder="请输入证件号码"
42
- value="{{ formData.id_card_number }}"
43
- clearable="true"
44
- bind:change="handleChange"
45
- />
46
- </view>
47
- <view class="form-item-wrap">
48
- <g-input
49
- id="bank_account"
50
- data-star="strBankCount"
51
- label="银行卡卡号"
52
- placeholder="请输入银行卡卡号(支持国内各主要银行)"
53
- value="{{ formData.strBankCount || formData.bank_account }}"
54
- clearable="true"
55
- bind:change="handleChange"
56
- />
57
- </view>
58
- <view class="form-item-wrap">
59
- <g-input
60
- id="name"
61
- label="银行卡绑定证件姓名"
62
- placeholder="请输入银行卡绑定证件姓名"
63
- value="{{ formData.name }}"
64
- clearable="true"
65
- bind:change="handleChange"
66
- />
67
- </view>
68
- <view class="form-item-wrap">
69
- <g-input
70
- id="phone"
71
- label="银行卡绑定手机号码"
72
- placeholder="请输入银行卡绑定手机号码"
73
- value="{{ formData.phone }}"
74
- clearable="true"
75
- bind:change="handleChange"
76
- />
77
- </view>
78
- </view>
79
-
80
- <!-- 微信人脸识别核验(大陆身份证) -->
81
- <view wx:if="{{ currentAuthType === 'wxFace' }}">
82
- <view class="form-item-wrap">
83
- <g-input
84
- id="name"
85
- data-star="strName"
86
- label="姓名"
87
- placeholder="请输入本人姓名"
88
- value="{{ formData.strName || formData.name }}"
89
- clearable="{{ false }}"
90
- showEye="{{ true }}"
91
- isOpen="{{ !formData.strName }}"
92
- bind:change="handleChange"
93
- showQuestion="{{ true }}"
94
- bind:showQuestionTip="showQuestionTip"
95
- bind:openEye="openEye"
96
- />
97
- </view>
98
-
99
- <view class="form-item-wrap">
100
- <g-input
101
- id="id_card_number"
102
- data-star="strCid"
103
- label="证件号码"
104
- placeholder="请输入本人证件号码"
105
- value="{{ formData.strCid || formData.id_card_number }}"
106
- clearable="{{ false }}"
107
- showEye="{{ true }}"
108
- isOpen="{{ !formData.strCid }}"
109
- bind:change="handleChange"
110
- showQuestion="{{ true }}"
111
- bind:showQuestionTip="showQuestionTip"
112
- bind:openEye="openEye"
113
- />
114
- </view>
115
- </view>
116
-
117
- <!-- 出入境微信人脸识别核验(港澳/台通行证、永居证、华侨护照、港澳/台居住证) -->
118
- <view wx:if="{{ currentAuthType === 'faceReceptionAuth' }}">
119
- <!-- 姓名 -->
120
- <view class="form-item-wrap">
121
- <g-input
122
- id="name"
123
- label="姓名"
124
- placeholder="请输入本人姓名"
125
- value="{{ formData.name }}"
126
- clearable="true"
127
- bind:change="handleChange"
128
- />
129
- </view>
130
-
131
- <!-- 居住证 -->
132
- <view wx:if="{{ formData.cid_type === '17' || formData.cid_type === '18' }}">
133
- <view class="form-item-wrap">
134
- <g-input
135
- id="id_card_number"
136
- label="证件号码"
137
- placeholder="请输入本人居住证号码"
138
- value="{{ formData.id_card_number }}"
139
- clearable="true"
140
- bind:change="handleChange"
141
- />
142
- </view>
143
-
144
- <view class="form-item-wrap">
145
- <g-picker
146
- id="validity_period"
147
- mode="date"
148
- value="{{ formData.validity_period }}"
149
- label="证件生效日期"
150
- placeholder="请选择居住证有效期起始日期"
151
- bind:change="handleChange"
152
- >
153
- </g-picker>
154
- </view>
155
-
156
- <view class="form-item-wrap">
157
- <g-input
158
- id="passport_number"
159
- label="通行证号码"
160
- placeholder="请输入本人通行证号码"
161
- value="{{ formData.passport_number }}"
162
- clearable="true"
163
- bind:change="handleChange"
164
- />
165
- </view>
166
- </view>
167
-
168
- <view wx:else>
169
- <view class="form-item-wrap">
170
- <g-input
171
- id="id_card_number"
172
- data-star="strCid"
173
- label="证件号码"
174
- placeholder="请输入本人证件号码"
175
- value="{{ formData.strCid || formData.id_card_number }}"
176
- clearable="true"
177
- bind:change="handleChange"
178
- />
179
- </view>
180
- <view class="form-item-wrap" wx:if="{{ formData.cid_type === '553' }}">
181
- <g-picker
182
- id="nation"
183
- value="{{ formData.nation_name }}"
184
- label="国籍"
185
- mode="none"
186
- placeholder="请选择国籍"
187
- bind:tap="handleNationTap"
188
- />
189
- </view>
190
-
191
- <view class="form-item-wrap" wx:if="{{ formData.cid_type === '414' }}">
192
- <g-picker
193
- id="nation"
194
- value="{{ formData.nation_name }}"
195
- label="国籍"
196
- mode="none"
197
- actionText=""
198
- />
199
- </view>
200
- </view>
201
- </view>
202
-
203
- <!-- 共有:登录有效期 -->
204
- <view class="form-item-wrap">
205
- <g-picker
206
- id="verify_expire_time"
207
- value="{{ formData.verify_expire_time }}"
208
- label="登录有效期"
209
- placeholder="请选择登录有效期"
210
- bind:change="handleChange"
211
- range="{{ loginTimeRange }}"
212
- ></g-picker>
213
- </view>
214
-
215
- <!-- 共有:协议勾选 -->
216
- <view class="agree-box" style="margin-top: 50rpx">
217
- <g-agree id="agree" bind:change="handleChange" value="{{ formData.agree }}">
218
- <view>
219
- <text>{{ agreeInfo }}</text>
220
- <view>
221
- 我已认真阅读并同意
222
- <text class='link' catchtap='viewPrivacy' data-file='jtfuwuxieyi' data-name="用户服务协议">《用户服务协议》</text>
223
- <text> 及 </text>
224
- <text class='link' catchtap='viewPrivacy' data-file='jtyinsizhengce' data-name="隐私政策">《隐私政策》</text>
225
- </view>
226
- </view>
227
- </g-agree>
228
- </view>
229
- </g-form>
230
- </view>
231
-
232
- <!-- 英文版:证件类型为外国人护照 -->
233
- <view class="content-box" wx:else>
234
- <g-form
235
- id="form"
236
- model="{{ formData }}"
237
- rules="{{ rules }}"
238
- validateType="{{ validateType }}"
239
- primary-text="Submit"
240
- bind:submit="handleFormSubmit"
241
- >
242
- <!-- 证件类型 -->
243
- <view class="form-item-wrap">
244
- <g-picker
245
- id="cid_type"
246
- value="{{ formData.cid_type }}"
247
- label="Type of ID"
248
- bind:change="handleChange"
249
- range="{{ cidTypeRange }}"
250
- actionText="select"
251
- ></g-picker>
252
- </view>
253
-
254
- <!-- 外国护照号码 -->
255
- <view class="form-item-wrap">
256
- <g-input
257
- id="id_card_number"
258
- label="Passport No."
259
- placeholder=""
260
- value="{{ formData.id_card_number }}"
261
- clearable="true"
262
- bind:change="handleChange"
263
- />
264
- </view>
265
-
266
- <!-- 国籍 -->
267
- <view class="form-item-wrap">
268
- <g-picker
269
- id="nation"
270
- value="{{ formData.nation_name }}"
271
- label="Nationality"
272
- mode="none"
273
- placeholder=""
274
- bind:tap="handleNationTap"
275
- actionText="select"
276
- />
277
- </view>
278
-
279
- <!-- 姓 -->
280
- <view class="form-item-wrap">
281
- <g-input
282
- id="sur_name"
283
- label="Surname"
284
- placeholder=""
285
- value="{{ formData.sur_name }}"
286
- clearable="true"
287
- bind:change="handleChange"
288
- />
289
- </view>
290
-
291
- <!-- -->
292
- <view class="form-item-wrap">
293
- <g-input
294
- id="first_name"
295
- label="Given names"
296
- placeholder=""
297
- value="{{ formData.first_name }}"
298
- clearable="true"
299
- bind:change="handleChange"
300
- />
301
- </view>
302
-
303
- <!-- 性别 -->
304
- <view class="form-item-wrap">
305
- <g-picker
306
- id="sex"
307
- value="{{ formData.sex }}"
308
- label="Gender"
309
- placeholder=""
310
- bind:change="handleChange"
311
- range="{{ sexRange }}"
312
- actionText="select"
313
- ></g-picker>
314
- </view>
315
-
316
- <!-- 出生日期 -->
317
- <view class="form-item-wrap">
318
- <g-date-picker-en
319
- id="birthday"
320
- value="{{ formData.birthday }}"
321
- label="Date of birth (yyyy/mm/dd)"
322
- placeholder=""
323
- maxDate="{{ birthdayMaxDate }}"
324
- bind:change="handleChange"
325
- >
326
- </g-date-picker-en>
327
- </view>
328
-
329
- <!-- 护照有效期 -->
330
- <view class="form-item-wrap">
331
- <g-date-picker-en
332
- id="cid_expire_date"
333
- value="{{ formData.cid_expire_date }}"
334
- label="Passport expiration date (yyyy/mm/dd)"
335
- placeholder=""
336
- minDate="{{ cidExpireMinDate }}"
337
- bind:change="handleChange"
338
- >
339
- </g-date-picker-en>
340
- </view>
341
-
342
- <!-- 手机号码 -->
343
- <view class="form-item-wrap">
344
- <g-input
345
- id="phone"
346
- label="Mobile phone number"
347
- placeholder=""
348
- value="{{ formData.phone }}"
349
- clearable="true"
350
- bind:change="handleChange"
351
- />
352
- </view>
353
-
354
- <!-- 登录有效期 -->
355
- <view class="form-item-wrap">
356
- <g-picker
357
- id="verify_expire_time"
358
- value="{{ formData.verify_expire_time }}"
359
- label="Login validity period"
360
- placeholder=""
361
- bind:change="handleChange"
362
- range="{{ loginTimeRangeEn }}"
363
- actionText="select"
364
- ></g-picker>
365
- </view>
366
-
367
- <!-- 协议 -->
368
- <view class="agree-box" style="margin-top: 50rpx">
369
- <g-agree id="agree" bind:change="handleChange" value="{{ formData.agree }}">
370
- <view>
371
- <view>
372
- I have read and agree to the
373
- <text class='link' catchtap='viewPrivacy' data-file='jtfuwuxieyi' data-name="User Agreement">User Agreement</text>
374
- <text> and </text>
375
- <text class='link' catchtap='viewPrivacy' data-file='jtyinsizhengce' data-name="Privacy Policy">Privacy Policy</text>.
376
- </view>
377
- </view>
378
- </g-agree>
379
- </view>
380
- </g-form>
381
- </view>
382
- </view>
383
-
384
- <!-- 外国人护照核验结果弹窗 -->
385
- <jt-modal visible="{{ showModal }}" status="{{ modalStatus }}" bind:ok="handleModalOk"></jt-modal>
386
-
387
- <!-- 老/小6次、成人3次 人脸报错提示弹窗 -->
388
- <face-modal visible="{{ showFaceModal }}" isKidsOrOld="{{ isKidsOrOld }}" bind:ok="handleModalOk"></face-modal>
389
-
390
- <!-- 老/小18次、成人6次 人脸报错提示弹窗 -->
391
- <lock-face-modal visible="{{ showLockFaceModal }}" isKidsOrOld="{{ isKidsOrOld }}" bind:ok="handleModalOk"></lock-face-modal>
392
-
393
- <!-- 银行卡认证弹窗 -->
394
- <card-modal visible="{{ showCardModal }}" bind:ok="toCardAuth" bind:cancel="handleModalOk"></card-modal>
395
-
396
- <!-- 姓名、证件号码提示弹窗 -->
397
- <tip-modal
398
- visible="{{ showTipModal }}"
399
- bind:cancel="handleModalOk"
400
- desc1="1、如果您在公安局变更了您的姓名或证件号码等信息,请您填写变更后的身份信息进行登录。"
401
- desc2="2、如果当前显示为他人信息(亲属/朋友等),请您删除后使用本人身份信息进行登录。"
402
- ></tip-modal>
403
-
404
- <!-- 扫脸失败温馨提示弹窗 -->
405
- <face-error-modal
406
- visible="{{ faceErrorModal }}"
407
- faceErrorType="{{ faceErrorType }}"
408
- bind:CancelBtn="cancelFaceErrorModal"
409
- bind:ConfirmBtn="okFaceErrorModal"
410
- ></face-error-modal>
1
+ <view class="{{ language == 'en' ? 'en-page' : ''}}">
2
+ <view class="top-box">
3
+ <view class="img-box">
4
+ <image src="../../images/Frame.png" mode="aspectFit" class="img"></image>
5
+ </view>
6
+ <view class="title">{{ language == 'zh_CN' ? '请填写您的个人身份信息' : 'Please fill in your personal information' }}</view>
7
+ <!-- <text class="info">信息将与当前微信绑定(用于身份认证)</text> -->
8
+ </view>
9
+
10
+ <!-- 中文版:证件类型非外国人护照时 -->
11
+ <view class="content-box" wx:if="{{ language == 'zh_CN' }}">
12
+ <g-form
13
+ id="form"
14
+ model="{{ formData }}"
15
+ rules="{{ rules }}"
16
+ validateType="{{ validateType }}"
17
+ primary-text="开始人脸识别"
18
+ bind:submit="handleFormSubmit"
19
+ >
20
+ <!-- 共有:证件类型 -->
21
+ <view class="form-item-wrap">
22
+ <g-picker
23
+ id="cid_type"
24
+ value="{{ formData.cid_type }}"
25
+ label="证件类型"
26
+ bind:change="handleChange"
27
+ required
28
+ range="{{ cidTypeRange }}"
29
+ ></g-picker>
30
+ </view>
31
+
32
+ <!-- 外国人提示 -->
33
+ <view class="foreign-tip" wx:if="{{ formData.cid_type === '111' && showForeignTip }}">
34
+ <text>For foreign nationals, please click here to select International passport.</text>
35
+ <image src="../../images/close-circle.png" mode="widthFix" bind:tap="closeForeignTip" />
36
+ </view>
37
+
38
+ <!-- 银行卡核验(港澳/台居住证) -->
39
+ <view wx:if="{{ currentAuthType === 'cardAuth' }}">
40
+ <view class="form-tip">
41
+ <text class="space-block"></text>
42
+ <text class="tip-desc">{{ rulesMap[formData.cid_type].tip }}</text>
43
+ </view>
44
+ <view class="form-item-wrap">
45
+ <g-input
46
+ id="id_card_number"
47
+ label="证件号码"
48
+ placeholder="请输入证件号码"
49
+ value="{{ formData.id_card_number }}"
50
+ clearable="true"
51
+ bind:change="handleChange"
52
+ />
53
+ </view>
54
+ <view class="form-item-wrap">
55
+ <g-input
56
+ id="bank_account"
57
+ data-star="strBankCount"
58
+ label="银行卡卡号"
59
+ placeholder="请输入银行卡卡号(支持国内各主要银行)"
60
+ value="{{ formData.strBankCount || formData.bank_account }}"
61
+ clearable="true"
62
+ bind:change="handleChange"
63
+ />
64
+ </view>
65
+ <view class="form-item-wrap">
66
+ <g-input
67
+ id="name"
68
+ label="银行卡绑定证件姓名"
69
+ placeholder="请输入银行卡绑定证件姓名"
70
+ value="{{ formData.name }}"
71
+ clearable="true"
72
+ bind:change="handleChange"
73
+ />
74
+ </view>
75
+ <view class="form-item-wrap">
76
+ <g-input
77
+ id="phone"
78
+ label="银行卡绑定手机号码"
79
+ placeholder="请输入银行卡绑定手机号码"
80
+ value="{{ formData.phone }}"
81
+ clearable="true"
82
+ bind:change="handleChange"
83
+ />
84
+ </view>
85
+ </view>
86
+
87
+ <!-- 微信人脸识别核验(大陆身份证) -->
88
+ <view wx:if="{{ currentAuthType === 'wxFace' }}">
89
+ <view class="form-item-wrap">
90
+ <g-input
91
+ id="name"
92
+ data-star="strName"
93
+ label="姓名"
94
+ placeholder="请输入本人姓名"
95
+ value="{{ formData.strName || formData.name }}"
96
+ clearable="{{ false }}"
97
+ showEye="{{ formData.name }}"
98
+ isOpen="{{ !formData.strName }}"
99
+ bind:change="handleChange"
100
+ showQuestion="{{ true }}"
101
+ bind:showQuestionTip="showQuestionTip"
102
+ bind:openEye="openEye"
103
+ />
104
+ </view>
105
+
106
+ <view class="form-item-wrap">
107
+ <g-input
108
+ id="id_card_number"
109
+ data-star="strCid"
110
+ label="证件号码"
111
+ placeholder="请输入本人证件号码"
112
+ value="{{ formData.strCid || formData.id_card_number }}"
113
+ clearable="{{ false }}"
114
+ showEye="{{ formData.id_card_number }}"
115
+ isOpen="{{ !formData.strCid }}"
116
+ bind:change="handleChange"
117
+ showQuestion="{{ true }}"
118
+ bind:showQuestionTip="showQuestionTip"
119
+ bind:openEye="openEye"
120
+ />
121
+ </view>
122
+ </view>
123
+
124
+ <!-- 出入境微信人脸识别核验(港澳/台通行证、永居证、华侨护照、港澳/台居住证) -->
125
+ <view wx:if="{{ currentAuthType === 'faceReceptionAuth' }}">
126
+ <!-- 姓名 -->
127
+ <view class="form-item-wrap">
128
+ <g-input
129
+ id="name"
130
+ label="姓名"
131
+ placeholder="请输入本人姓名"
132
+ value="{{ formData.name }}"
133
+ clearable="true"
134
+ bind:change="handleChange"
135
+ />
136
+ </view>
137
+
138
+ <!-- 居住证 -->
139
+ <view wx:if="{{ formData.cid_type === '17' || formData.cid_type === '18' }}">
140
+ <view class="form-item-wrap">
141
+ <g-input
142
+ id="id_card_number"
143
+ label="证件号码"
144
+ placeholder="请输入本人居住证号码"
145
+ value="{{ formData.id_card_number }}"
146
+ clearable="true"
147
+ bind:change="handleChange"
148
+ />
149
+ </view>
150
+
151
+ <view class="form-item-wrap">
152
+ <g-picker
153
+ id="validity_period"
154
+ mode="date"
155
+ value="{{ formData.validity_period }}"
156
+ label="证件生效日期"
157
+ placeholder="请选择居住证有效期起始日期"
158
+ bind:change="handleChange"
159
+ >
160
+ </g-picker>
161
+ </view>
162
+
163
+ <view class="form-item-wrap">
164
+ <g-input
165
+ id="passport_number"
166
+ label="通行证号码"
167
+ placeholder="请输入本人通行证号码"
168
+ value="{{ formData.passport_number }}"
169
+ clearable="true"
170
+ bind:change="handleChange"
171
+ />
172
+ </view>
173
+ </view>
174
+
175
+ <!-- 港澳/台通行证、永居证、华侨护照 -->
176
+ <view wx:else>
177
+ <!-- 证件号码 -->
178
+ <view class="form-item-wrap">
179
+ <g-input
180
+ id="id_card_number"
181
+ label="证件号码"
182
+ placeholder="请输入本人证件号码"
183
+ value="{{ formData.id_card_number }}"
184
+ clearable="true"
185
+ bind:change="handleChange"
186
+ />
187
+ </view>
188
+
189
+ <!-- 证件有效期: 港澳通行证、台湾通行证、华侨护照-->
190
+ <view wx:if="{{ formData.cid_type !== '553' }}">
191
+ <view class="form-item-wrap">
192
+ <g-picker
193
+ id="cid_expire_date"
194
+ mode="date"
195
+ value="{{ formData.cid_expire_date }}"
196
+ label="证件有效期"
197
+ placeholder="请选择证件有效期截止日期"
198
+ bind:change="handleChange"
199
+ >
200
+ </g-picker>
201
+ </view>
202
+ </view>
203
+
204
+ <!-- 国籍:台湾通行证和华侨没有 -->
205
+ <view class="form-item-wrap" wx:if="{{ formData.cid_type !== '511' && formData.cid_type !== '414' }}">
206
+ <g-picker
207
+ id="nation"
208
+ value="{{ formData.nation_name }}"
209
+ label="国籍"
210
+ mode="none"
211
+ placeholder="请选择国籍"
212
+ bind:tap="handleNationTap"
213
+ actionText="选择"
214
+ />
215
+ </view>
216
+
217
+ <!-- 三证照:港澳通行证、台湾通行证、华侨护照 -->
218
+ <view wx:if="{{ formData.cid_type !== '553' }}">
219
+ <!-- 港澳居民来往内地通行证-外籍 -->
220
+ <view wx:if="{{ formData.cid_type === '516' && formData.nation !== 'CHN'}}">
221
+ <view class="form-item-wrap">
222
+ <g-picker
223
+ id="sex"
224
+ value="{{ formData.sex }}"
225
+ label="性别"
226
+ placeholder="请选择本人性别"
227
+ bind:change="handleChange"
228
+ range="{{ sexRangeZH }}"
229
+ actionText="选择"
230
+ ></g-picker>
231
+ </view>
232
+
233
+ <view class="form-item-wrap">
234
+ <g-picker
235
+ id="birthday"
236
+ mode="date"
237
+ value="{{ formData.birthday }}"
238
+ label="出生日期"
239
+ placeholder="请选择本人出生日期"
240
+ bind:change="handleChange"
241
+ >
242
+ </g-picker>
243
+ </view>
244
+ </view>
245
+ <view wx:else>
246
+ <view class="form-item-wrap">
247
+ <g-switch
248
+ value="{{ formData.sbSwitch }}"
249
+ showTip="{{ true }}"
250
+ label="性别 / 出生日期"
251
+ desc="性别和出生日期可选填,以便办理出生医学证明等相关服务"
252
+ bind:change="handleChangeSwtich"
253
+ ></g-switch>
254
+ </view>
255
+ <view wx:if="{{ formData.sbSwitch }}" class="form-options">
256
+ <view class="form-item-wrap">
257
+ <g-picker
258
+ id="sex"
259
+ value="{{ formData.sex }}"
260
+ label="性别"
261
+ placeholder="请选择本人性别"
262
+ bind:change="handleChange"
263
+ range="{{ sexRangeZH }}"
264
+ actionText="选择"
265
+ required="{{ false }}"
266
+ ></g-picker>
267
+ </view>
268
+
269
+ <view class="form-item-wrap">
270
+ <g-picker
271
+ id="birthday"
272
+ mode="date"
273
+ value="{{ formData.birthday }}"
274
+ label="出生日期"
275
+ placeholder="请选择本人出生日期"
276
+ bind:change="handleChange"
277
+ required="{{ false }}"
278
+ >
279
+ </g-picker>
280
+ </view>
281
+ </view>
282
+ </view>
283
+ </view>
284
+ </view>
285
+ </view>
286
+
287
+ <!-- 共有:登录有效期 -->
288
+ <view class="form-item-wrap">
289
+ <g-picker
290
+ id="verify_expire_time"
291
+ value="{{ formData.verify_expire_time }}"
292
+ label="登录有效期"
293
+ placeholder="请选择登录有效期"
294
+ bind:change="handleChange"
295
+ range="{{ loginTimeRange }}"
296
+ ></g-picker>
297
+ </view>
298
+
299
+ <!-- 共有:协议勾选 -->
300
+ <view class="agree-box" style="margin-top: 50rpx">
301
+ <g-agree id="agree" bind:change="handleChange" value="{{ formData.agree }}">
302
+ <view>
303
+ <text>{{ agreeInfo }}</text>
304
+ <view>
305
+ 我已认真阅读并同意
306
+ <text class='link' catchtap='viewPrivacy' data-file='jtfuwuxieyi' data-name="用户服务协议">《用户服务协议》</text>
307
+ <text> </text>
308
+ <text class='link' catchtap='viewPrivacy' data-file='jtyinsizhengce' data-name="隐私政策">《隐私政策》</text>
309
+ </view>
310
+ </view>
311
+ </g-agree>
312
+ </view>
313
+ </g-form>
314
+ </view>
315
+
316
+ <!-- 英文版:证件类型为外国人护照 -->
317
+ <view class="content-box" wx:else>
318
+ <g-form
319
+ id="form"
320
+ model="{{ formData }}"
321
+ rules="{{ rules }}"
322
+ validateType="{{ validateType }}"
323
+ primary-text="Submit"
324
+ bind:submit="handleFormSubmit"
325
+ >
326
+ <!-- 证件类型 -->
327
+ <view class="form-item-wrap">
328
+ <g-picker
329
+ id="cid_type"
330
+ value="{{ formData.cid_type }}"
331
+ label="Type of ID"
332
+ bind:change="handleChange"
333
+ range="{{ cidTypeRange }}"
334
+ actionText="select"
335
+ ></g-picker>
336
+ </view>
337
+
338
+ <!-- 外国护照号码 -->
339
+ <view class="form-item-wrap">
340
+ <g-input
341
+ id="id_card_number"
342
+ label="Passport No."
343
+ placeholder=""
344
+ value="{{ formData.id_card_number }}"
345
+ clearable="true"
346
+ bind:change="handleChange"
347
+ />
348
+ </view>
349
+
350
+ <!-- 国籍 -->
351
+ <view class="form-item-wrap">
352
+ <g-picker
353
+ id="nation"
354
+ value="{{ formData.nation_name }}"
355
+ label="Nationality"
356
+ mode="none"
357
+ placeholder=""
358
+ bind:tap="handleNationTap"
359
+ actionText="select"
360
+ />
361
+ </view>
362
+
363
+ <!-- 姓 -->
364
+ <view class="form-item-wrap">
365
+ <g-input
366
+ id="sur_name"
367
+ label="Surname"
368
+ placeholder=""
369
+ value="{{ formData.sur_name }}"
370
+ clearable="true"
371
+ bind:change="handleChange"
372
+ />
373
+ </view>
374
+
375
+ <!-- -->
376
+ <view class="form-item-wrap">
377
+ <g-input
378
+ id="first_name"
379
+ label="Given names"
380
+ placeholder=""
381
+ value="{{ formData.first_name }}"
382
+ clearable="true"
383
+ bind:change="handleChange"
384
+ />
385
+ </view>
386
+
387
+ <!-- 性别 -->
388
+ <view class="form-item-wrap">
389
+ <g-picker
390
+ id="sex"
391
+ value="{{ formData.sex }}"
392
+ label="Gender"
393
+ placeholder=""
394
+ bind:change="handleChange"
395
+ range="{{ sexRange }}"
396
+ actionText="select"
397
+ ></g-picker>
398
+ </view>
399
+
400
+ <!-- 出生日期 -->
401
+ <view class="form-item-wrap">
402
+ <g-date-picker-en
403
+ id="birthday"
404
+ value="{{ formData.birthday }}"
405
+ label="Date of birth (yyyy/mm/dd)"
406
+ placeholder=""
407
+ maxDate="{{ birthdayMaxDate }}"
408
+ bind:change="handleChange"
409
+ >
410
+ </g-date-picker-en>
411
+ </view>
412
+
413
+ <!-- 护照有效期 -->
414
+ <view class="form-item-wrap">
415
+ <g-date-picker-en
416
+ id="cid_expire_date"
417
+ value="{{ formData.cid_expire_date }}"
418
+ label="Passport expiration date (yyyy/mm/dd)"
419
+ placeholder=""
420
+ minDate="{{ cidExpireMinDate }}"
421
+ bind:change="handleChange"
422
+ >
423
+ </g-date-picker-en>
424
+ </view>
425
+
426
+ <!-- 手机号码 -->
427
+ <view class="form-item-wrap">
428
+ <g-input
429
+ id="phone"
430
+ label="Mobile phone number"
431
+ placeholder=""
432
+ value="{{ formData.phone }}"
433
+ clearable="true"
434
+ bind:change="handleChange"
435
+ />
436
+ </view>
437
+
438
+ <!-- 登录有效期 -->
439
+ <view class="form-item-wrap">
440
+ <g-picker
441
+ id="verify_expire_time"
442
+ value="{{ formData.verify_expire_time }}"
443
+ label="Login validity period"
444
+ placeholder=""
445
+ bind:change="handleChange"
446
+ range="{{ loginTimeRangeEn }}"
447
+ actionText="select"
448
+ ></g-picker>
449
+ </view>
450
+
451
+ <!-- 协议 -->
452
+ <view class="agree-box" style="margin-top: 50rpx">
453
+ <g-agree id="agree" bind:change="handleChange" value="{{ formData.agree }}">
454
+ <view>
455
+ <view>
456
+ I have read and agree to the
457
+ <text class='link' catchtap='viewPrivacy' data-file='jtfuwuxieyi' data-name="User Agreement">User Agreement</text>
458
+ <text> and </text>
459
+ <text class='link' catchtap='viewPrivacy' data-file='jtyinsizhengce' data-name="Privacy Policy">Privacy Policy</text>.
460
+ </view>
461
+ </view>
462
+ </g-agree>
463
+ </view>
464
+ </g-form>
465
+ </view>
466
+ </view>
467
+
468
+ <!-- 外国人护照核验结果弹窗 -->
469
+ <jt-modal visible="{{ showModal }}" status="{{ modalStatus }}" bind:ok="handleModalOk"></jt-modal>
470
+
471
+ <!-- 老/小6次、成人3次 人脸报错提示弹窗 -->
472
+ <face-modal visible="{{ showFaceModal }}" isKidsOrOld="{{ isKidsOrOld }}" bind:ok="handleModalOk"></face-modal>
473
+
474
+ <!-- 老/小18次、成人6次 人脸报错提示弹窗 -->
475
+ <lock-face-modal visible="{{ showLockFaceModal }}" isKidsOrOld="{{ isKidsOrOld }}" bind:ok="handleModalOk"></lock-face-modal>
476
+
477
+ <!-- 银行卡认证弹窗 -->
478
+ <card-modal visible="{{ showCardModal }}" bind:ok="toCardAuth" bind:cancel="handleModalOk"></card-modal>
479
+
480
+ <!-- 姓名、证件号码提示弹窗 -->
481
+ <tip-modal
482
+ visible="{{ showTipModal }}"
483
+ bind:cancel="handleModalOk"
484
+ desc1="1、如果您在公安局变更了您的姓名或证件号码等信息,请您填写变更后的身份信息进行登录。"
485
+ desc2="2、如果当前显示为他人信息(亲属/朋友等),请您删除后使用本人身份信息进行登录。"
486
+ ></tip-modal>
487
+
488
+ <!-- 扫脸失败温馨提示弹窗 -->
489
+ <face-error-modal
490
+ visible="{{ faceErrorModal }}"
491
+ faceErrorType="{{ faceErrorType }}"
492
+ bind:CancelBtn="cancelFaceErrorModal"
493
+ bind:ConfirmBtn="okFaceErrorModal"
494
+ ></face-error-modal>