weapps-plugin-jingtong-verify 1.4.6 → 1.4.7

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 (222) hide show
  1. package/app.json +41 -33
  2. package/package.json +20 -20
  3. package/sdk.js +289 -289
  4. package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.js +31 -31
  5. package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.json +3 -3
  6. package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.wxml +9 -9
  7. package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.wxss +65 -65
  8. package/weapps-plugin-jingtong-verify/components/custom-steps/custom-steps.js +41 -0
  9. package/weapps-plugin-jingtong-verify/components/custom-steps/custom-steps.json +4 -0
  10. package/weapps-plugin-jingtong-verify/components/custom-steps/custom-steps.wxml +20 -0
  11. package/weapps-plugin-jingtong-verify/components/custom-steps/custom-steps.wxss +112 -0
  12. package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.js +37 -37
  13. package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.json +3 -3
  14. package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.wxml +30 -30
  15. package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.wxss +79 -79
  16. package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.js +32 -32
  17. package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.json +3 -3
  18. package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.wxml +16 -16
  19. package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.wxss +57 -57
  20. package/weapps-plugin-jingtong-verify/components/gsd-lib/anim/anim.min.js +1 -1
  21. package/weapps-plugin-jingtong-verify/components/gsd-lib/crypto/crypto.js +37 -37
  22. package/weapps-plugin-jingtong-verify/components/gsd-lib/crypto/index.js +44 -44
  23. package/weapps-plugin-jingtong-verify/components/gsd-lib/dayjs/index.js +351 -351
  24. package/weapps-plugin-jingtong-verify/components/gsd-lib/event/index.js +117 -117
  25. package/weapps-plugin-jingtong-verify/components/gsd-lib/index.js +63 -63
  26. package/weapps-plugin-jingtong-verify/components/gsd-lib/map/index.js +10 -10
  27. package/weapps-plugin-jingtong-verify/components/gsd-lib/map/qmap.js +6 -6
  28. package/weapps-plugin-jingtong-verify/components/gsd-lib/storage/index.js +114 -114
  29. package/weapps-plugin-jingtong-verify/components/gsd-lib/utils/index.js +218 -218
  30. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/formCheck.js +72 -72
  31. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/formController.js +47 -47
  32. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/icon.js +11 -11
  33. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/list.js +16 -16
  34. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/navigator.js +33 -33
  35. package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/primarySecondButton.js +18 -18
  36. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-agree/index.js +12 -12
  37. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-agree/index.json +5 -5
  38. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-agree/index.wxml +15 -15
  39. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.js +47 -47
  40. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.json +3 -3
  41. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.wxml +13 -13
  42. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-button-group/index.js +44 -44
  43. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-button-group/index.json +5 -5
  44. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-button-group/index.wxml +28 -28
  45. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.js +30 -30
  46. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.json +6 -6
  47. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.wxml +42 -42
  48. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.wxss +1 -1
  49. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-date-picker-en/index.js +418 -418
  50. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-date-picker-en/index.json +5 -5
  51. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-date-picker-en/index.wxml +29 -29
  52. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-dropdown/index.js +11 -11
  53. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-dropdown/index.json +3 -3
  54. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-dropdown/index.wxml +4 -4
  55. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form/index.js +182 -179
  56. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form/index.json +6 -6
  57. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form/index.wxml +16 -16
  58. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.js +92 -92
  59. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.json +6 -6
  60. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.wxml +12 -12
  61. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.wxss +2 -2
  62. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-item/index.js +49 -49
  63. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-item/index.json +3 -3
  64. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-item/index.wxml +14 -14
  65. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-icon/index.js +33 -33
  66. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-icon/index.json +3 -3
  67. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-icon/index.wxml +2 -2
  68. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-index-list/index.js +108 -108
  69. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-index-list/index.json +6 -6
  70. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-index-list/index.wxml +53 -53
  71. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-input/index.js +241 -236
  72. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-input/index.json +8 -8
  73. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-input/index.wxml +49 -49
  74. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-picker/index.js +328 -328
  75. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-picker/index.json +6 -6
  76. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-picker/index.wxml +26 -26
  77. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-popover/index.js +159 -159
  78. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-popover/index.json +3 -3
  79. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-popover/index.wxml +10 -10
  80. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-search/index.js +112 -112
  81. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-search/index.json +5 -5
  82. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-search/index.wxml +21 -21
  83. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.js +21 -21
  84. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.json +7 -7
  85. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.wxml +16 -16
  86. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-tips/index.js +50 -50
  87. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-tips/index.json +5 -5
  88. package/weapps-plugin-jingtong-verify/components/gsd-ui/g-tips/index.wxml +27 -27
  89. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/add.svg +13 -13
  90. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/arrow.svg +14 -14
  91. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/delete.svg +16 -16
  92. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/preview.svg +21 -21
  93. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/user.svg +13 -13
  94. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-agree.wxss +147 -147
  95. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-badge.wxss +41 -41
  96. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-button-group.wxss +244 -244
  97. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-cell.wxss +220 -220
  98. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-dropdown.wxss +115 -115
  99. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-form-cell.wxss +101 -101
  100. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-form-item.wxss +174 -174
  101. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-form.wxss +101 -101
  102. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-icon.wxss +268 -268
  103. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-index-list.wxss +206 -206
  104. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-input.wxss +214 -206
  105. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-picker.wxss +139 -139
  106. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-popover.wxss +129 -129
  107. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-search.wxss +171 -171
  108. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-switch.wxss +176 -176
  109. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-tips.wxss +173 -173
  110. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/icon/iconfont.wxss +160 -160
  111. package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/main.wxss +283 -283
  112. package/weapps-plugin-jingtong-verify/components/gsd-ui/utils/helper.js +55 -55
  113. package/weapps-plugin-jingtong-verify/components/gsd-ui/utils/validType.js +117 -117
  114. package/weapps-plugin-jingtong-verify/components/gsd-ui/utils/validator.js +106 -106
  115. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.js +32 -32
  116. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.json +3 -3
  117. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.wxml +8 -8
  118. package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.wxss +57 -57
  119. package/weapps-plugin-jingtong-verify/components/modal/modal.js +32 -32
  120. package/weapps-plugin-jingtong-verify/components/modal/modal.json +3 -3
  121. package/weapps-plugin-jingtong-verify/components/modal/modal.wxml +28 -28
  122. package/weapps-plugin-jingtong-verify/components/modal/modal.wxss +84 -84
  123. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.js +82 -82
  124. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.json +3 -3
  125. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.wxml +18 -18
  126. package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.wxss +72 -72
  127. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.js +47 -39
  128. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.json +3 -3
  129. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.wxml +11 -9
  130. package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.wxss +51 -51
  131. package/weapps-plugin-jingtong-verify/components/to-other-modal/to-other-modal.js +73 -0
  132. package/weapps-plugin-jingtong-verify/components/to-other-modal/to-other-modal.json +4 -0
  133. package/weapps-plugin-jingtong-verify/components/to-other-modal/to-other-modal.wxml +19 -0
  134. package/weapps-plugin-jingtong-verify/components/to-other-modal/to-other-modal.wxss +72 -0
  135. package/weapps-plugin-jingtong-verify/i18n/index.js +7 -7
  136. package/weapps-plugin-jingtong-verify/i18n/logout.js +10 -10
  137. package/weapps-plugin-jingtong-verify/i18n/rules.js +374 -262
  138. package/weapps-plugin-jingtong-verify/images/bank-card-verify.png +0 -0
  139. package/weapps-plugin-jingtong-verify/images/chek_right.png +0 -0
  140. package/weapps-plugin-jingtong-verify/images/chevron-down.png +0 -0
  141. package/weapps-plugin-jingtong-verify/images/chevron-up.png +0 -0
  142. package/weapps-plugin-jingtong-verify/pages/bank-card-login/bank-card-login.js +488 -0
  143. package/weapps-plugin-jingtong-verify/pages/bank-card-login/bank-card-login.json +7 -0
  144. package/weapps-plugin-jingtong-verify/pages/bank-card-login/bank-card-login.wxml +73 -0
  145. package/weapps-plugin-jingtong-verify/pages/bank-card-login/bank-card-login.wxss +205 -0
  146. package/weapps-plugin-jingtong-verify/pages/bank-card-login-forgot-face-setting/bank-card-login-forgot-face-setting.js +1218 -0
  147. package/weapps-plugin-jingtong-verify/pages/bank-card-login-forgot-face-setting/bank-card-login-forgot-face-setting.json +10 -0
  148. package/weapps-plugin-jingtong-verify/pages/bank-card-login-forgot-face-setting/bank-card-login-forgot-face-setting.wxml +254 -0
  149. package/weapps-plugin-jingtong-verify/pages/bank-card-login-forgot-face-setting/bank-card-login-forgot-face-setting.wxss +389 -0
  150. package/weapps-plugin-jingtong-verify/pages/bank-card-login-forgot-sms-setting/bank-card-login-forgot-sms-setting.js +66 -0
  151. package/weapps-plugin-jingtong-verify/pages/bank-card-login-forgot-sms-setting/bank-card-login-forgot-sms-setting.wxml +2 -0
  152. package/weapps-plugin-jingtong-verify/pages/bank-card-login-pwd-setting/bank-card-login-pwd-setting.js +461 -0
  153. package/weapps-plugin-jingtong-verify/pages/bank-card-login-pwd-setting/bank-card-login-pwd-setting.json +8 -0
  154. package/weapps-plugin-jingtong-verify/pages/bank-card-login-pwd-setting/bank-card-login-pwd-setting.wxml +67 -0
  155. package/weapps-plugin-jingtong-verify/pages/bank-card-login-pwd-setting/bank-card-login-pwd-setting.wxss +231 -0
  156. package/weapps-plugin-jingtong-verify/pages/bank-card-verify/bank-card-verify.js +477 -0
  157. package/weapps-plugin-jingtong-verify/pages/bank-card-verify/bank-card-verify.json +12 -0
  158. package/weapps-plugin-jingtong-verify/pages/bank-card-verify/bank-card-verify.wxml +120 -0
  159. package/weapps-plugin-jingtong-verify/pages/bank-card-verify/bank-card-verify.wxss +217 -0
  160. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.js +86 -86
  161. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.json +6 -6
  162. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.wxml +20 -20
  163. package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.wxss +51 -51
  164. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.js +167 -167
  165. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.json +3 -3
  166. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.wxml +30 -30
  167. package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.wxss +91 -91
  168. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.js +79 -79
  169. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.json +5 -5
  170. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.wxml +19 -19
  171. package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.wxss +44 -44
  172. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.js +1687 -1548
  173. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.json +17 -17
  174. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.wxml +516 -504
  175. package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.wxss +185 -133
  176. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.js +127 -127
  177. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.json +5 -5
  178. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.wxml +36 -36
  179. package/weapps-plugin-jingtong-verify/pages/log-off/log-off.wxss +60 -60
  180. package/weapps-plugin-jingtong-verify/pages/login-help/login-help.js +147 -0
  181. package/weapps-plugin-jingtong-verify/pages/login-help/login-help.json +4 -0
  182. package/weapps-plugin-jingtong-verify/pages/login-help/login-help.wxml +48 -0
  183. package/weapps-plugin-jingtong-verify/pages/login-help/login-help.wxss +166 -0
  184. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.js +106 -106
  185. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.json +3 -3
  186. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.wxml +29 -29
  187. package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.wxss +68 -68
  188. package/weapps-plugin-jingtong-verify/pages/login-manage-setting/login-manage-setting.js +156 -0
  189. package/weapps-plugin-jingtong-verify/pages/login-manage-setting/login-manage-setting.json +4 -0
  190. package/weapps-plugin-jingtong-verify/pages/login-manage-setting/login-manage-setting.wxml +19 -0
  191. package/weapps-plugin-jingtong-verify/pages/login-manage-setting/login-manage-setting.wxss +69 -0
  192. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.js +24 -24
  193. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.json +3 -3
  194. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.wxml +12 -12
  195. package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.wxss +33 -33
  196. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.js +110 -110
  197. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.json +6 -6
  198. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.wxml +9 -9
  199. package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.wxss +1 -1
  200. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.js +854 -854
  201. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.json +11 -11
  202. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.wxml +162 -162
  203. package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.wxss +64 -64
  204. package/weapps-plugin-jingtong-verify/pages/setting/setting.js +331 -328
  205. package/weapps-plugin-jingtong-verify/pages/setting/setting.json +5 -5
  206. package/weapps-plugin-jingtong-verify/pages/setting/setting.wxml +91 -91
  207. package/weapps-plugin-jingtong-verify/pages/setting/setting.wxss +69 -69
  208. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.js +306 -306
  209. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.json +7 -7
  210. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.wxml +142 -142
  211. package/weapps-plugin-jingtong-verify/pages/user-info/user-info.wxss +110 -110
  212. package/weapps-plugin-jingtong-verify/style/page.wxss +13 -13
  213. package/weapps-plugin-jingtong-verify/utils/QDTrackerNew/QDTracker.js +15 -15
  214. package/weapps-plugin-jingtong-verify/utils/QDTrackerNew/QDTrackerMain.js +59 -59
  215. package/weapps-plugin-jingtong-verify/utils/constantVal.js +75 -0
  216. package/weapps-plugin-jingtong-verify/utils/country.js +209 -209
  217. package/weapps-plugin-jingtong-verify/utils/index.js +306 -306
  218. package/weapps-plugin-jingtong-verify/utils/jsencrypt.min.js +1 -1
  219. package/weapps-plugin-jingtong-verify/utils/request.js +604 -1
  220. package/weapps-plugin-jingtong-verify/utils/rules.js +387 -301
  221. package/weapps-plugin-jingtong-verify/utils/tifadmin_config.js +61 -61
  222. package/weapps-plugin-jingtong-verify/utils/validate.js +894 -772
@@ -1,21 +1,21 @@
1
- <!--pages/g-search/index.wxml-->
2
- <view class="search">
3
- <view class="search__container {{_focus ? 'search--focus' : ''}} ">
4
- <g-icon class="search__icon" type="search" size="32"/>
5
- <input class="search__input"
6
- type="text"
7
- disabled="{{disabled}}"
8
- value="{{value}}"
9
- confirm-type="search"
10
- placeholder-class="search__input--placeholder"
11
- placeholder="{{placeholder}}"
12
- focus="{{_focus}}"
13
- bindfocus="handleInputFocus"
14
- bindinput="handleInput"
15
- bindconfirm="handleConfirm"
16
- bindblur="handleBlur"
17
- />
18
- <g-icon wx:if="{{_isSearch && value}}" catch:tap="handleClear" class="clear__icon" type="close-circle" size="36"/>
19
- </view>
20
- <view wx:if="{{ _isSearch }}" class="search__cancel" catch:tap="handleCancel">取消</view>
21
- </view>
1
+ <!--pages/g-search/index.wxml-->
2
+ <view class="search">
3
+ <view class="search__container {{_focus ? 'search--focus' : ''}} ">
4
+ <g-icon class="search__icon" type="search" size="32"/>
5
+ <input class="search__input"
6
+ type="text"
7
+ disabled="{{disabled}}"
8
+ value="{{value}}"
9
+ confirm-type="search"
10
+ placeholder-class="search__input--placeholder"
11
+ placeholder="{{placeholder}}"
12
+ focus="{{_focus}}"
13
+ bindfocus="handleInputFocus"
14
+ bindinput="handleInput"
15
+ bindconfirm="handleConfirm"
16
+ bindblur="handleBlur"
17
+ />
18
+ <g-icon wx:if="{{_isSearch && value}}" catch:tap="handleClear" class="clear__icon" type="close-circle" size="36"/>
19
+ </view>
20
+ <view wx:if="{{ _isSearch }}" class="search__cancel" catch:tap="handleCancel">取消</view>
21
+ </view>
@@ -1,21 +1,21 @@
1
- // pages/g-switch/index.js
2
- Component({
3
- properties: {
4
- value: Boolean,
5
- label: String,
6
- desc: String,
7
- disabled: Boolean,
8
- showTip: Boolean
9
- },
10
- data: {},
11
- methods: {
12
- handleChange() {
13
- if (!this.properties.disabled) {
14
- wx.vibrateShort();
15
- this.triggerEvent('change', {
16
- value: !this.properties.value
17
- });
18
- }
19
- }
20
- }
21
- });
1
+ // pages/g-switch/index.js
2
+ Component({
3
+ properties: {
4
+ value: Boolean,
5
+ label: String,
6
+ desc: String,
7
+ disabled: Boolean,
8
+ showTip: Boolean
9
+ },
10
+ data: {},
11
+ methods: {
12
+ handleChange() {
13
+ if (!this.properties.disabled) {
14
+ wx.vibrateShort();
15
+ this.triggerEvent('change', {
16
+ value: !this.properties.value
17
+ });
18
+ }
19
+ }
20
+ }
21
+ });
@@ -1,7 +1,7 @@
1
- {
2
- "component": true,
3
- "usingComponents": {
4
- "g-form-item": "../g-form-item/index",
5
- "g-cell": "../g-cell/index"
6
- }
7
- }
1
+ {
2
+ "component": true,
3
+ "usingComponents": {
4
+ "g-form-item": "../g-form-item/index",
5
+ "g-cell": "../g-cell/index"
6
+ }
7
+ }
@@ -1,16 +1,16 @@
1
- <!--pages/g-switch/index.wxml-->
2
- <g-form-item disabled="{{disabled}}" component-class="form-item">
3
- <view class="switch">
4
- <view class="switch__header__label">{{label}}</view>
5
- <view class="switch__widget" aria-role="button" catch:tap="handleChange"
6
- aria-label="{{label + (value ? ' 开' : ' 关') + (disabled ? ' 已禁用' : '')}}">
7
- <view class="switch__widget__container {{value ? 'switch__widget__container--checked': ''}}">
8
- <view wx:if="{{ showTip }}">
9
- <view class="switch-desc open-desc" wx:if="{{ value }}">填写</view>
10
- <view class="switch-desc close-desc" wx:else>选填</view>
11
- </view>
12
- </view>
13
- </view>
14
- </view>
15
- <view class="switch__header__desc" wx:if="{{desc}}">{{desc}}</view>
16
- </g-form-item>
1
+ <!--pages/g-switch/index.wxml-->
2
+ <g-form-item disabled="{{disabled}}" component-class="form-item">
3
+ <view class="switch">
4
+ <view class="switch__header__label">{{label}}</view>
5
+ <view class="switch__widget" aria-role="button" catch:tap="handleChange"
6
+ aria-label="{{label + (value ? ' 开' : ' 关') + (disabled ? ' 已禁用' : '')}}">
7
+ <view class="switch__widget__container {{value ? 'switch__widget__container--checked': ''}}">
8
+ <view wx:if="{{ showTip }}">
9
+ <view class="switch-desc open-desc" wx:if="{{ value }}">填写</view>
10
+ <view class="switch-desc close-desc" wx:else>选填</view>
11
+ </view>
12
+ </view>
13
+ </view>
14
+ </view>
15
+ <view class="switch__header__desc" wx:if="{{desc}}">{{desc}}</view>
16
+ </g-form-item>
@@ -1,50 +1,50 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- // pages/g-tips/index.js
4
- const navigatorBehavior = require("../behaviors/navigator");
5
- Component({
6
- _timer: undefined,
7
- behaviors: [navigatorBehavior],
8
- properties: {
9
- status: {
10
- type: String,
11
- value: 'default'
12
- },
13
- isShow: {
14
- type: Boolean,
15
- value: true,
16
- observer(_isShow) {
17
- this.setData({ _isShow });
18
- }
19
- },
20
- closeable: Boolean,
21
- access: Boolean,
22
- position: String,
23
- loop: Boolean,
24
- duration: Number
25
- },
26
- data: {
27
- _isShow: true
28
- },
29
- ready() {
30
- this.initTimer();
31
- },
32
- methods: {
33
- initTimer() {
34
- const { duration } = this.properties;
35
- if (duration > 0) {
36
- clearTimeout(this._timer);
37
- this._timer = setTimeout(() => {
38
- this.handleClose();
39
- }, duration * 1000);
40
- }
41
- },
42
- handleClose() {
43
- this.setData({ _isShow: false });
44
- this.triggerEvent('close', { isShow: false });
45
- },
46
- handleTap() {
47
- this.navigator();
48
- }
49
- }
50
- });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ // pages/g-tips/index.js
4
+ const navigatorBehavior = require("../behaviors/navigator");
5
+ Component({
6
+ _timer: undefined,
7
+ behaviors: [navigatorBehavior],
8
+ properties: {
9
+ status: {
10
+ type: String,
11
+ value: 'default'
12
+ },
13
+ isShow: {
14
+ type: Boolean,
15
+ value: true,
16
+ observer(_isShow) {
17
+ this.setData({ _isShow });
18
+ }
19
+ },
20
+ closeable: Boolean,
21
+ access: Boolean,
22
+ position: String,
23
+ loop: Boolean,
24
+ duration: Number
25
+ },
26
+ data: {
27
+ _isShow: true
28
+ },
29
+ ready() {
30
+ this.initTimer();
31
+ },
32
+ methods: {
33
+ initTimer() {
34
+ const { duration } = this.properties;
35
+ if (duration > 0) {
36
+ clearTimeout(this._timer);
37
+ this._timer = setTimeout(() => {
38
+ this.handleClose();
39
+ }, duration * 1000);
40
+ }
41
+ },
42
+ handleClose() {
43
+ this.setData({ _isShow: false });
44
+ this.triggerEvent('close', { isShow: false });
45
+ },
46
+ handleTap() {
47
+ this.navigator();
48
+ }
49
+ }
50
+ });
@@ -1,6 +1,6 @@
1
- {
2
- "component": true,
3
- "usingComponents": {
4
- "g-icon": "../g-icon/index"
5
- }
1
+ {
2
+ "component": true,
3
+ "usingComponents": {
4
+ "g-icon": "../g-icon/index"
5
+ }
6
6
  }
@@ -1,28 +1,28 @@
1
- <view wx:if="{{_isShow}}"
2
- class="tips {{position ? 'tips--' + position : ''}} tips--{{status}} {{loop ? 'tips--loop' : ''}} "
3
- catch:tap="handleTap"
4
- hover-class="{{to || access ? 'tips--' + status + '--hover' : ''}}"
5
- hover-stay-time="250"
6
- >
7
- <view class="tips__container {{to || access ? 'dgdui_tips__access' : ''}}">
8
- <!--content -->
9
- <view class="tips__content">
10
- <view class="tips__content-text">
11
- <slot/>
12
- </view>
13
- </view>
14
-
15
- <!-- access -->
16
- <!-- 是否允许关闭 -->
17
- <g-icon wx:if="{{closeable}}"
18
- class="tips__close tips__icon"
19
- type="close" size="23" color="key"
20
- catch:tap="handleClose"
21
- />
22
- <!-- 是否显示箭头 -->
23
- <g-icon class="tips__icon"
24
- wx:if="{{!closeable && (to || access)}}"
25
- type="ft" size="26" color="key"
26
- />
27
- </view>
1
+ <view wx:if="{{_isShow}}"
2
+ class="tips {{position ? 'tips--' + position : ''}} tips--{{status}} {{loop ? 'tips--loop' : ''}} "
3
+ catch:tap="handleTap"
4
+ hover-class="{{to || access ? 'tips--' + status + '--hover' : ''}}"
5
+ hover-stay-time="250"
6
+ >
7
+ <view class="tips__container {{to || access ? 'dgdui_tips__access' : ''}}">
8
+ <!--content -->
9
+ <view class="tips__content">
10
+ <view class="tips__content-text">
11
+ <slot/>
12
+ </view>
13
+ </view>
14
+
15
+ <!-- access -->
16
+ <!-- 是否允许关闭 -->
17
+ <g-icon wx:if="{{closeable}}"
18
+ class="tips__close tips__icon"
19
+ type="close" size="23" color="key"
20
+ catch:tap="handleClose"
21
+ />
22
+ <!-- 是否显示箭头 -->
23
+ <g-icon class="tips__icon"
24
+ wx:if="{{!closeable && (to || access)}}"
25
+ type="ft" size="26" color="key"
26
+ />
27
+ </view>
28
28
  </view>
@@ -1,14 +1,14 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="96px" height="96px" viewBox="0 0 96 96" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.1 (67048) - http://www.bohemiancoding.com/sketch -->
4
- <title>添加</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="添加" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="Group-2">
8
- <g id="等待icon" fill="#C02C38" fill-rule="nonzero">
9
- <path d="M48,96 C21.4912,96 0,74.5088 0,48 C0,21.4912 21.4912,0 48,0 C74.5088,0 96,21.4912 96,48 C96,74.5088 74.5088,96 48,96 Z" id="Shape"></path>
10
- </g>
11
- <path d="M23.8928571,49.7857143 C23.2402455,49.25 23,49.0108649 23,48.8928571 L23,47.1071429 C23,46.992698 23.2377734,46.75 23.8928571,46.2142857 L46.2142857,46.2142857 L46.2142857,23.8928571 C46.75,23.2402455 46.9891351,23 47.1071429,23 L48.8928571,23 C49.007302,23 49.25,23.2377734 49.7857143,23.8928571 L49.7857143,46.2142857 L72.1071429,46.2142857 C72.7597545,46.75 73,46.9891351 73,47.1071429 L73,48.8928571 C73,49.007302 72.7622266,49.25 72.1071429,49.7857143 L49.7857143,49.7857143 L49.7857143,72.1071429 C49.25,72.7597545 49.0108649,73 48.8928571,73 L47.1071429,73 C46.992698,73 46.75,72.7622266 46.2142857,72.1071429 L46.2142857,49.7857143 L23.8928571,49.7857143 Z" id="Fill-57" fill-opacity="0.9" fill="#FFFFFF"></path>
12
- </g>
13
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="96px" height="96px" viewBox="0 0 96 96" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.1 (67048) - http://www.bohemiancoding.com/sketch -->
4
+ <title>添加</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="添加" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="Group-2">
8
+ <g id="等待icon" fill="#C02C38" fill-rule="nonzero">
9
+ <path d="M48,96 C21.4912,96 0,74.5088 0,48 C0,21.4912 21.4912,0 48,0 C74.5088,0 96,21.4912 96,48 C96,74.5088 74.5088,96 48,96 Z" id="Shape"></path>
10
+ </g>
11
+ <path d="M23.8928571,49.7857143 C23.2402455,49.25 23,49.0108649 23,48.8928571 L23,47.1071429 C23,46.992698 23.2377734,46.75 23.8928571,46.2142857 L46.2142857,46.2142857 L46.2142857,23.8928571 C46.75,23.2402455 46.9891351,23 47.1071429,23 L48.8928571,23 C49.007302,23 49.25,23.2377734 49.7857143,23.8928571 L49.7857143,46.2142857 L72.1071429,46.2142857 C72.7597545,46.75 73,46.9891351 73,47.1071429 L73,48.8928571 C73,49.007302 72.7622266,49.25 72.1071429,49.7857143 L49.7857143,49.7857143 L49.7857143,72.1071429 C49.25,72.7597545 49.0108649,73 48.8928571,73 L47.1071429,73 C46.992698,73 46.75,72.7622266 46.2142857,72.1071429 L46.2142857,49.7857143 L23.8928571,49.7857143 Z" id="Fill-57" fill-opacity="0.9" fill="#FFFFFF"></path>
12
+ </g>
13
+ </g>
14
14
  </svg>
@@ -1,15 +1,15 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="14px" height="24px" viewBox="0 0 14 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.3 (67297) - http://www.bohemiancoding.com/sketch -->
4
- <title>Chevron</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="首页" transform="translate(-665.000000, -506.000000)" fill="#C7C7CC">
8
- <g id="个人中心" transform="translate(0.000000, 458.000000)">
9
- <g id="待办" transform="translate(586.000000, 36.000000)">
10
- <path d="M82.5461669,35.4094975 C81.7697925,36.19234 80.5108546,36.1991103 79.7256742,35.4160665 L79.5865667,35.2773376 C78.805226,34.498123 78.8058732,33.2340637 79.5895806,32.4524179 L88.067133,23.997167 L79.5895806,15.5434518 C78.8065753,14.7626482 78.8013863,13.5018328 79.5865667,12.718789 L79.7256742,12.5800601 C80.507015,11.8008455 81.7693634,11.8073547 82.5461669,12.5955714 L92.4175583,22.6119987 C93.1939326,23.3997799 93.1943618,24.6725893 92.4175583,25.4558645 L82.5461669,35.4094975 Z" id="Chevron"></path>
11
- </g>
12
- </g>
13
- </g>
14
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="14px" height="24px" viewBox="0 0 14 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.3 (67297) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Chevron</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="页面" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="首页" transform="translate(-665.000000, -506.000000)" fill="#C7C7CC">
8
+ <g id="个人中心" transform="translate(0.000000, 458.000000)">
9
+ <g id="待办" transform="translate(586.000000, 36.000000)">
10
+ <path d="M82.5461669,35.4094975 C81.7697925,36.19234 80.5108546,36.1991103 79.7256742,35.4160665 L79.5865667,35.2773376 C78.805226,34.498123 78.8058732,33.2340637 79.5895806,32.4524179 L88.067133,23.997167 L79.5895806,15.5434518 C78.8065753,14.7626482 78.8013863,13.5018328 79.5865667,12.718789 L79.7256742,12.5800601 C80.507015,11.8008455 81.7693634,11.8073547 82.5461669,12.5955714 L92.4175583,22.6119987 C93.1939326,23.3997799 93.1943618,24.6725893 92.4175583,25.4558645 L82.5461669,35.4094975 Z" id="Chevron"></path>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </g>
15
15
  </svg>
@@ -1,17 +1,17 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.1 (67048) - http://www.bohemiancoding.com/sketch -->
4
- <title>iconfinder_trash_can_1891405</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="组件" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="iconfinder_trash_can_1891405" fill="#C02C38">
8
- <path d="M41.0016045,12 L41.0016045,43.6515541 C40.8029894,44.8035341 39.4189269,46.0581633 38.25,46.0411691 L9.75,46.0411691 C8.58107311,46.0581633 7.22408896,44.8035341 7.02547393,43.6515541 L7.02547393,12 L41.0016045,12 Z M5,10 L5,43.6515541 C5.14055102,46.1495705 7.24919227,48.0788513 9.75,47.9975205 L38.25,47.9975205 C40.7508077,48.0788513 42.859449,46.1495705 43,43.6515541 L43,10 L5,10 Z" id="Shape" fill-rule="nonzero"></path>
9
- <rect id="Rectangle" x="27" y="17" width="2" height="21"></rect>
10
- <rect id="Rectangle" x="34" y="19" width="2" height="19"></rect>
11
- <rect id="Rectangle" x="19" y="17" width="2" height="21"></rect>
12
- <rect id="Rectangle" x="12" y="19" width="2" height="19"></rect>
13
- <path d="M30.048,2 C31.9740701,1.97321051 33.9606057,4.07404135 34,5.99986236 L34,10 L14,10 L14,5.83210428 C14.0393943,3.90628326 16.0259299,1.97321051 17.952,2 L29.952,2 L30.048,2 Z M29.952,0.000202875605 L17.952,0.000202875605 C14.7005415,-0.0264726496 12.0395438,2.58083177 12,5.83210428 L12,12 L36,12 L36,5.83210428 C35.9604562,2.58083177 33.2994585,-0.0264726496 30.048,0.000202875605 L29.952,0.000202875605 Z" id="Shape" fill-rule="nonzero"></path>
14
- <rect id="Rectangle" x="0" y="10" width="48" height="2"></rect>
15
- </g>
16
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.1 (67048) - http://www.bohemiancoding.com/sketch -->
4
+ <title>iconfinder_trash_can_1891405</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="组件" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="iconfinder_trash_can_1891405" fill="#C02C38">
8
+ <path d="M41.0016045,12 L41.0016045,43.6515541 C40.8029894,44.8035341 39.4189269,46.0581633 38.25,46.0411691 L9.75,46.0411691 C8.58107311,46.0581633 7.22408896,44.8035341 7.02547393,43.6515541 L7.02547393,12 L41.0016045,12 Z M5,10 L5,43.6515541 C5.14055102,46.1495705 7.24919227,48.0788513 9.75,47.9975205 L38.25,47.9975205 C40.7508077,48.0788513 42.859449,46.1495705 43,43.6515541 L43,10 L5,10 Z" id="Shape" fill-rule="nonzero"></path>
9
+ <rect id="Rectangle" x="27" y="17" width="2" height="21"></rect>
10
+ <rect id="Rectangle" x="34" y="19" width="2" height="19"></rect>
11
+ <rect id="Rectangle" x="19" y="17" width="2" height="21"></rect>
12
+ <rect id="Rectangle" x="12" y="19" width="2" height="19"></rect>
13
+ <path d="M30.048,2 C31.9740701,1.97321051 33.9606057,4.07404135 34,5.99986236 L34,10 L14,10 L14,5.83210428 C14.0393943,3.90628326 16.0259299,1.97321051 17.952,2 L29.952,2 L30.048,2 Z M29.952,0.000202875605 L17.952,0.000202875605 C14.7005415,-0.0264726496 12.0395438,2.58083177 12,5.83210428 L12,12 L36,12 L36,5.83210428 C35.9604562,2.58083177 33.2994585,-0.0264726496 30.048,0.000202875605 L29.952,0.000202875605 Z" id="Shape" fill-rule="nonzero"></path>
14
+ <rect id="Rectangle" x="0" y="10" width="48" height="2"></rect>
15
+ </g>
16
+ </g>
17
17
  </svg>
@@ -1,22 +1,22 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="44px" height="48px" viewBox="0 0 44 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.1 (67048) - http://www.bohemiancoding.com/sketch -->
4
- <title>Group 4</title>
5
- <desc>Created with Sketch.</desc>
6
- <defs>
7
- <rect id="path-1" x="0" y="0" width="28" height="17"></rect>
8
- </defs>
9
- <g id="组件" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10
- <g id="Group-4">
11
- <rect id="Rectangle" stroke="#C02C38" stroke-width="2" x="1" y="1" width="42" height="46" rx="2"></rect>
12
- <path d="M21.5,25 C25.6421356,25 29,21.418278 29,17 C29,12.581722 29,9 21.5,9 C14,9 14,12.581722 14,17 C14,21.418278 17.3578644,25 21.5,25 Z" id="Oval" stroke="#C02C38" stroke-width="2"></path>
13
- <g id="Oval" transform="translate(8.000000, 24.000000)">
14
- <mask id="mask-2" fill="white">
15
- <use xlink:href="#path-1"></use>
16
- </mask>
17
- <g id="Mask" transform="translate(14.000000, 8.500000) scale(1, -1) translate(-14.000000, -8.500000) "></g>
18
- <ellipse stroke="#C02C38" stroke-width="2" mask="url(#mask-2)" cx="14" cy="13" rx="11.8461538" ry="12"></ellipse>
19
- </g>
20
- </g>
21
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="44px" height="48px" viewBox="0 0 44 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.1 (67048) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Group 4</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs>
7
+ <rect id="path-1" x="0" y="0" width="28" height="17"></rect>
8
+ </defs>
9
+ <g id="组件" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
10
+ <g id="Group-4">
11
+ <rect id="Rectangle" stroke="#C02C38" stroke-width="2" x="1" y="1" width="42" height="46" rx="2"></rect>
12
+ <path d="M21.5,25 C25.6421356,25 29,21.418278 29,17 C29,12.581722 29,9 21.5,9 C14,9 14,12.581722 14,17 C14,21.418278 17.3578644,25 21.5,25 Z" id="Oval" stroke="#C02C38" stroke-width="2"></path>
13
+ <g id="Oval" transform="translate(8.000000, 24.000000)">
14
+ <mask id="mask-2" fill="white">
15
+ <use xlink:href="#path-1"></use>
16
+ </mask>
17
+ <g id="Mask" transform="translate(14.000000, 8.500000) scale(1, -1) translate(-14.000000, -8.500000) "></g>
18
+ <ellipse stroke="#C02C38" stroke-width="2" mask="url(#mask-2)" cx="14" cy="13" rx="11.8461538" ry="12"></ellipse>
19
+ </g>
20
+ </g>
21
+ </g>
22
22
  </svg>
@@ -1,14 +1,14 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="262px" height="311px" viewBox="0 0 262 311" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 52.1 (67048) - http://www.bohemiancoding.com/sketch -->
4
- <title>Group 2</title>
5
- <desc>Created with Sketch.</desc>
6
- <g id="组件" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
- <g id="头像默认" fill="#F1F1F1">
8
- <g id="Group-2">
9
- <path d="M262,243.032195 L262,303.994596 C262,307.009154 260.33601,309.634539 257.875188,311 L4.12697696,311 C1.66586877,309.634245 3.12638804e-13,307.008228 3.12638804e-13,303.994596 L3.12638804e-13,243.805868 C18.471448,239.043287 42.7368606,232.767826 58.331,228.661538 C67.187,226.446154 84.53,222.015385 84.53,207.246154 C84.53,192.476923 84.53,167 84.53,167 L180.47,167 C180.47,167 180.47,192.476923 180.47,207.246154 C180.47,222.015385 197.813,226.446154 206.669,228.661538 C221.432183,232.549016 243.967138,238.380652 262,243.032195 Z" id="Combined-Shape"></path>
10
- <path d="M130.754149,0 C201.982876,0 207.94968,50.9947461 208.322605,55.7985989 C212.424783,99.7723292 197.134847,159.635727 182.963687,180.329247 C168.046676,202.131349 146.417011,210.260946 132.618776,211 C131.872925,211 131.872925,211 131.5,211 C131.127075,211 131.127075,211 130.754149,211 C116.582989,209.891419 94.9533237,201.761821 80.036313,179.95972 C65.8651528,159.2662 50.5752169,99.4028021 54.6773948,55.0595447 C55.0503201,50.6252189 59.5254233,0 130.754149,0 Z" id="head"></path>
11
- </g>
12
- </g>
13
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="262px" height="311px" viewBox="0 0 262 311" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 52.1 (67048) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Group 2</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <g id="组件" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
7
+ <g id="头像默认" fill="#F1F1F1">
8
+ <g id="Group-2">
9
+ <path d="M262,243.032195 L262,303.994596 C262,307.009154 260.33601,309.634539 257.875188,311 L4.12697696,311 C1.66586877,309.634245 3.12638804e-13,307.008228 3.12638804e-13,303.994596 L3.12638804e-13,243.805868 C18.471448,239.043287 42.7368606,232.767826 58.331,228.661538 C67.187,226.446154 84.53,222.015385 84.53,207.246154 C84.53,192.476923 84.53,167 84.53,167 L180.47,167 C180.47,167 180.47,192.476923 180.47,207.246154 C180.47,222.015385 197.813,226.446154 206.669,228.661538 C221.432183,232.549016 243.967138,238.380652 262,243.032195 Z" id="Combined-Shape"></path>
10
+ <path d="M130.754149,0 C201.982876,0 207.94968,50.9947461 208.322605,55.7985989 C212.424783,99.7723292 197.134847,159.635727 182.963687,180.329247 C168.046676,202.131349 146.417011,210.260946 132.618776,211 C131.872925,211 131.872925,211 131.5,211 C131.127075,211 131.127075,211 130.754149,211 C116.582989,209.891419 94.9533237,201.761821 80.036313,179.95972 C65.8651528,159.2662 50.5752169,99.4028021 54.6773948,55.0595447 C55.0503201,50.6252189 59.5254233,0 130.754149,0 Z" id="head"></path>
11
+ </g>
12
+ </g>
13
+ </g>
14
14
  </svg>