weapps-plugin-jingtong-verify 1.4.5 → 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.
- package/app.json +41 -33
- package/package.json +20 -20
- package/sdk.js +289 -289
- package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.js +31 -31
- package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.json +3 -3
- package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.wxml +9 -9
- package/weapps-plugin-jingtong-verify/components/card-modal/card-modal.wxss +65 -65
- package/weapps-plugin-jingtong-verify/components/custom-steps/custom-steps.js +41 -0
- package/weapps-plugin-jingtong-verify/components/custom-steps/custom-steps.json +4 -0
- package/weapps-plugin-jingtong-verify/components/custom-steps/custom-steps.wxml +20 -0
- package/weapps-plugin-jingtong-verify/components/custom-steps/custom-steps.wxss +112 -0
- package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.js +37 -37
- package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.json +3 -3
- package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.wxml +30 -30
- package/weapps-plugin-jingtong-verify/components/face-error-modal/face-error-modal.wxss +79 -79
- package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.js +32 -32
- package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.json +3 -3
- package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.wxml +16 -16
- package/weapps-plugin-jingtong-verify/components/face-modal/face-modal.wxss +57 -57
- package/weapps-plugin-jingtong-verify/components/gsd-lib/anim/anim.min.js +1 -1
- package/weapps-plugin-jingtong-verify/components/gsd-lib/crypto/crypto.js +37 -37
- package/weapps-plugin-jingtong-verify/components/gsd-lib/crypto/index.js +44 -44
- package/weapps-plugin-jingtong-verify/components/gsd-lib/dayjs/index.js +351 -351
- package/weapps-plugin-jingtong-verify/components/gsd-lib/event/index.js +117 -117
- package/weapps-plugin-jingtong-verify/components/gsd-lib/index.js +63 -63
- package/weapps-plugin-jingtong-verify/components/gsd-lib/map/index.js +10 -10
- package/weapps-plugin-jingtong-verify/components/gsd-lib/map/qmap.js +6 -6
- package/weapps-plugin-jingtong-verify/components/gsd-lib/storage/index.js +114 -114
- package/weapps-plugin-jingtong-verify/components/gsd-lib/utils/index.js +218 -218
- package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/formCheck.js +72 -72
- package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/formController.js +47 -47
- package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/icon.js +11 -11
- package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/list.js +16 -16
- package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/navigator.js +33 -33
- package/weapps-plugin-jingtong-verify/components/gsd-ui/behaviors/primarySecondButton.js +18 -18
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-agree/index.js +12 -12
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-agree/index.json +5 -5
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-agree/index.wxml +15 -15
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.js +47 -47
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.json +3 -3
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-badge/index.wxml +13 -13
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-button-group/index.js +44 -44
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-button-group/index.json +5 -5
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-button-group/index.wxml +28 -28
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.js +30 -30
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.json +6 -6
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.wxml +42 -42
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-cell/index.wxss +1 -1
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-date-picker-en/index.js +418 -418
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-date-picker-en/index.json +5 -5
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-date-picker-en/index.wxml +29 -29
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-dropdown/index.js +11 -11
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-dropdown/index.json +3 -3
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-dropdown/index.wxml +4 -4
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form/index.js +182 -179
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form/index.json +6 -6
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form/index.wxml +16 -16
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.js +92 -92
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.json +6 -6
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.wxml +12 -12
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-cell/index.wxss +2 -2
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-item/index.js +49 -49
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-item/index.json +3 -3
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-form-item/index.wxml +14 -14
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-icon/index.js +33 -33
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-icon/index.json +3 -3
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-icon/index.wxml +2 -2
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-index-list/index.js +108 -108
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-index-list/index.json +6 -6
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-index-list/index.wxml +53 -53
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-input/index.js +241 -236
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-input/index.json +8 -8
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-input/index.wxml +49 -49
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-picker/index.js +328 -328
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-picker/index.json +6 -6
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-picker/index.wxml +26 -26
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-popover/index.js +159 -159
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-popover/index.json +3 -3
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-popover/index.wxml +10 -10
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-search/index.js +112 -112
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-search/index.json +5 -5
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-search/index.wxml +21 -21
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.js +21 -21
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.json +7 -7
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-switch/index.wxml +16 -16
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-tips/index.js +50 -50
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-tips/index.json +5 -5
- package/weapps-plugin-jingtong-verify/components/gsd-ui/g-tips/index.wxml +27 -27
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/add.svg +13 -13
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/arrow.svg +14 -14
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/delete.svg +16 -16
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/preview.svg +21 -21
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/image/user.svg +13 -13
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-agree.wxss +147 -147
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-badge.wxss +41 -41
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-button-group.wxss +244 -244
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-cell.wxss +220 -220
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-dropdown.wxss +115 -115
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-form-cell.wxss +101 -101
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-form-item.wxss +174 -174
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-form.wxss +101 -101
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-icon.wxss +268 -268
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-index-list.wxss +206 -206
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-input.wxss +214 -206
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-picker.wxss +139 -139
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-popover.wxss +129 -129
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-search.wxss +171 -171
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-switch.wxss +176 -176
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/components/g-tips.wxss +173 -173
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/icon/iconfont.wxss +160 -160
- package/weapps-plugin-jingtong-verify/components/gsd-ui/static/style/main.wxss +283 -283
- package/weapps-plugin-jingtong-verify/components/gsd-ui/utils/helper.js +55 -55
- package/weapps-plugin-jingtong-verify/components/gsd-ui/utils/validType.js +117 -117
- package/weapps-plugin-jingtong-verify/components/gsd-ui/utils/validator.js +106 -106
- package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.js +32 -32
- package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.json +3 -3
- package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.wxml +8 -8
- package/weapps-plugin-jingtong-verify/components/lock-face-modal/lock-face-modal.wxss +57 -57
- package/weapps-plugin-jingtong-verify/components/modal/modal.js +32 -32
- package/weapps-plugin-jingtong-verify/components/modal/modal.json +3 -3
- package/weapps-plugin-jingtong-verify/components/modal/modal.wxml +28 -28
- package/weapps-plugin-jingtong-verify/components/modal/modal.wxss +84 -84
- package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.js +82 -82
- package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.json +3 -3
- package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.wxml +18 -18
- package/weapps-plugin-jingtong-verify/components/my-modal/my-modal.wxss +72 -72
- package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.js +47 -39
- package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.json +3 -3
- package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.wxml +11 -9
- package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.wxss +51 -51
- package/weapps-plugin-jingtong-verify/components/to-other-modal/to-other-modal.js +73 -0
- package/weapps-plugin-jingtong-verify/components/to-other-modal/to-other-modal.json +4 -0
- package/weapps-plugin-jingtong-verify/components/to-other-modal/to-other-modal.wxml +19 -0
- package/weapps-plugin-jingtong-verify/components/to-other-modal/to-other-modal.wxss +72 -0
- package/weapps-plugin-jingtong-verify/i18n/index.js +7 -7
- package/weapps-plugin-jingtong-verify/i18n/logout.js +10 -10
- package/weapps-plugin-jingtong-verify/i18n/rules.js +374 -262
- package/weapps-plugin-jingtong-verify/images/bank-card-verify.png +0 -0
- package/weapps-plugin-jingtong-verify/images/chek_right.png +0 -0
- package/weapps-plugin-jingtong-verify/images/chevron-down.png +0 -0
- package/weapps-plugin-jingtong-verify/images/chevron-up.png +0 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-login/bank-card-login.js +488 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-login/bank-card-login.json +7 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-login/bank-card-login.wxml +73 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-login/bank-card-login.wxss +205 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-login-forgot-face-setting/bank-card-login-forgot-face-setting.js +1218 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-login-forgot-face-setting/bank-card-login-forgot-face-setting.json +10 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-login-forgot-face-setting/bank-card-login-forgot-face-setting.wxml +254 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-login-forgot-face-setting/bank-card-login-forgot-face-setting.wxss +389 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-login-forgot-sms-setting/bank-card-login-forgot-sms-setting.js +66 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-login-forgot-sms-setting/bank-card-login-forgot-sms-setting.wxml +2 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-login-pwd-setting/bank-card-login-pwd-setting.js +461 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-login-pwd-setting/bank-card-login-pwd-setting.json +8 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-login-pwd-setting/bank-card-login-pwd-setting.wxml +67 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-login-pwd-setting/bank-card-login-pwd-setting.wxss +231 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-verify/bank-card-verify.js +477 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-verify/bank-card-verify.json +12 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-verify/bank-card-verify.wxml +120 -0
- package/weapps-plugin-jingtong-verify/pages/bank-card-verify/bank-card-verify.wxss +217 -0
- package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.js +86 -86
- package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.json +6 -6
- package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.wxml +20 -20
- package/weapps-plugin-jingtong-verify/pages/bind-phone/bind-phone.wxss +51 -51
- package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.js +167 -167
- package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.json +3 -3
- package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.wxml +30 -30
- package/weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.wxss +91 -91
- package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.js +79 -79
- package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.json +5 -5
- package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.wxml +19 -19
- package/weapps-plugin-jingtong-verify/pages/face-error-reason/face-error-reason.wxss +44 -44
- package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.js +1687 -1548
- package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.json +17 -17
- package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.wxml +516 -504
- package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.wxss +185 -133
- package/weapps-plugin-jingtong-verify/pages/log-off/log-off.js +127 -127
- package/weapps-plugin-jingtong-verify/pages/log-off/log-off.json +5 -5
- package/weapps-plugin-jingtong-verify/pages/log-off/log-off.wxml +36 -36
- package/weapps-plugin-jingtong-verify/pages/log-off/log-off.wxss +60 -60
- package/weapps-plugin-jingtong-verify/pages/login-help/login-help.js +147 -0
- package/weapps-plugin-jingtong-verify/pages/login-help/login-help.json +4 -0
- package/weapps-plugin-jingtong-verify/pages/login-help/login-help.wxml +48 -0
- package/weapps-plugin-jingtong-verify/pages/login-help/login-help.wxss +166 -0
- package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.js +106 -106
- package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.json +3 -3
- package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.wxml +29 -29
- package/weapps-plugin-jingtong-verify/pages/login-manage/login-manage.wxss +68 -68
- package/weapps-plugin-jingtong-verify/pages/login-manage-setting/login-manage-setting.js +156 -0
- package/weapps-plugin-jingtong-verify/pages/login-manage-setting/login-manage-setting.json +4 -0
- package/weapps-plugin-jingtong-verify/pages/login-manage-setting/login-manage-setting.wxml +19 -0
- package/weapps-plugin-jingtong-verify/pages/login-manage-setting/login-manage-setting.wxss +69 -0
- package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.js +24 -24
- package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.json +3 -3
- package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.wxml +12 -12
- package/weapps-plugin-jingtong-verify/pages/logoff-success/logoff-success.wxss +33 -33
- package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.js +110 -110
- package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.json +6 -6
- package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.wxml +9 -9
- package/weapps-plugin-jingtong-verify/pages/nation-list/nation-list.wxss +1 -1
- package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.js +854 -854
- package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.json +11 -11
- package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.wxml +162 -162
- package/weapps-plugin-jingtong-verify/pages/passport-verify/passport-verify.wxss +64 -64
- package/weapps-plugin-jingtong-verify/pages/setting/setting.js +331 -328
- package/weapps-plugin-jingtong-verify/pages/setting/setting.json +5 -5
- package/weapps-plugin-jingtong-verify/pages/setting/setting.wxml +91 -91
- package/weapps-plugin-jingtong-verify/pages/setting/setting.wxss +69 -69
- package/weapps-plugin-jingtong-verify/pages/user-info/user-info.js +306 -306
- package/weapps-plugin-jingtong-verify/pages/user-info/user-info.json +7 -7
- package/weapps-plugin-jingtong-verify/pages/user-info/user-info.wxml +142 -142
- package/weapps-plugin-jingtong-verify/pages/user-info/user-info.wxss +110 -110
- package/weapps-plugin-jingtong-verify/style/page.wxss +13 -13
- package/weapps-plugin-jingtong-verify/utils/QDTrackerNew/QDTracker.js +15 -15
- package/weapps-plugin-jingtong-verify/utils/QDTrackerNew/QDTrackerMain.js +59 -59
- package/weapps-plugin-jingtong-verify/utils/constantVal.js +75 -0
- package/weapps-plugin-jingtong-verify/utils/country.js +209 -209
- package/weapps-plugin-jingtong-verify/utils/index.js +306 -306
- package/weapps-plugin-jingtong-verify/utils/jsencrypt.min.js +1 -1
- package/weapps-plugin-jingtong-verify/utils/request.js +604 -1
- package/weapps-plugin-jingtong-verify/utils/rules.js +387 -301
- package/weapps-plugin-jingtong-verify/utils/tifadmin_config.js +61 -61
- package/weapps-plugin-jingtong-verify/utils/validate.js +894 -772
|
@@ -1,168 +1,168 @@
|
|
|
1
|
-
// weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.js
|
|
2
|
-
const jingtongVerifyRequest = require('../../utils/request')
|
|
3
|
-
const utils = require("../../utils/index")
|
|
4
|
-
const { flow } = require("@wecity/weda-plugin-utils");
|
|
5
|
-
|
|
6
|
-
Page({
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* 页面的初始数据
|
|
10
|
-
*/
|
|
11
|
-
data: {
|
|
12
|
-
phone: '',
|
|
13
|
-
caPhone: '',
|
|
14
|
-
isClick: true
|
|
15
|
-
},
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* 生命周期函数--监听页面显示
|
|
19
|
-
*/
|
|
20
|
-
onShow() {
|
|
21
|
-
wx.hideShareMenu()
|
|
22
|
-
|
|
23
|
-
let pho = /(\d{3})\d*(\d{4})/
|
|
24
|
-
jingtongVerifyRequest.getSession({
|
|
25
|
-
success: res => {
|
|
26
|
-
const { phone, caPhone } = res
|
|
27
|
-
this.setData({
|
|
28
|
-
phone: phone ? phone.replace(pho, '$1****$2') : '',
|
|
29
|
-
caPhone: caPhone ? caPhone.replace(pho, '$1****$2') : ''
|
|
30
|
-
})
|
|
31
|
-
}
|
|
32
|
-
})
|
|
33
|
-
},
|
|
34
|
-
|
|
35
|
-
// 微信获取手机号码授权
|
|
36
|
-
async getPhoneNumber(e) {
|
|
37
|
-
console.log('微信获取手机号授权', e)
|
|
38
|
-
if (e.detail.iv) {
|
|
39
|
-
const params = Object.assign(e.detail, {
|
|
40
|
-
source: '7'
|
|
41
|
-
})
|
|
42
|
-
const [err, session] = await utils.awaitTo(jingtongVerifyRequest.loginPhone(params))
|
|
43
|
-
if (err) {
|
|
44
|
-
wx.showToast({
|
|
45
|
-
title: err.errmsg || '手机号码获取失败',
|
|
46
|
-
icon: 'none',
|
|
47
|
-
mask: true
|
|
48
|
-
})
|
|
49
|
-
|
|
50
|
-
// 解决用户未找到的问题:跳转到认证信息填写页面
|
|
51
|
-
if (err.errcode === 2034) {
|
|
52
|
-
setTimeout(() => {
|
|
53
|
-
flow.redirectTo({
|
|
54
|
-
url: '../face-verify/face-verify?needUnite=true'
|
|
55
|
-
})
|
|
56
|
-
}, 1500)
|
|
57
|
-
}
|
|
58
|
-
return
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
wx.showToast({
|
|
62
|
-
title: '换绑成功, 跳转中…',
|
|
63
|
-
icon: 'none',
|
|
64
|
-
duration: 5000,
|
|
65
|
-
mask: true
|
|
66
|
-
})
|
|
67
|
-
|
|
68
|
-
// 登录成功回调 => 业务侧操作事项
|
|
69
|
-
this.loginSuccessCallBack(session)
|
|
70
|
-
|
|
71
|
-
let { phone, caPhone } = session
|
|
72
|
-
let pho = /(\d{3})\d*(\d{4})/
|
|
73
|
-
this.setData({
|
|
74
|
-
phone: phone ? phone.replace(pho, '$1****$2') : '',
|
|
75
|
-
caPhone: caPhone ? caPhone.replace(pho, '$1****$2') : ''
|
|
76
|
-
})
|
|
77
|
-
|
|
78
|
-
// 获取personToken、触发埋点事件上报
|
|
79
|
-
this.handleLastProcess('9', session)
|
|
80
|
-
} else {
|
|
81
|
-
wx.showToast({
|
|
82
|
-
title: '您的微信版本太低,无法授权',
|
|
83
|
-
icon: 'none'
|
|
84
|
-
})
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
|
|
88
|
-
// 节流处理 -- 确认手机号码
|
|
89
|
-
async throttle(delay) {
|
|
90
|
-
if (this.data.isClick) {
|
|
91
|
-
this.setData({
|
|
92
|
-
isClick: false
|
|
93
|
-
})
|
|
94
|
-
|
|
95
|
-
const [err, session] = await utils.awaitTo(jingtongVerifyRequest.confirmPhone())
|
|
96
|
-
|
|
97
|
-
setTimeout(() => {
|
|
98
|
-
this.setData({
|
|
99
|
-
isClick: true
|
|
100
|
-
})
|
|
101
|
-
}, delay);
|
|
102
|
-
|
|
103
|
-
if (err) {
|
|
104
|
-
wx.showToast({
|
|
105
|
-
title: err.errmsg || '确认失败,请稍后再试',
|
|
106
|
-
icon: 'none'
|
|
107
|
-
})
|
|
108
|
-
return
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
wx.showToast({
|
|
112
|
-
title: '确认成功, 跳转中…',
|
|
113
|
-
icon: 'none',
|
|
114
|
-
duration: 5000,
|
|
115
|
-
mask: true
|
|
116
|
-
})
|
|
117
|
-
|
|
118
|
-
// 登录成功回调 => 业务侧操作事项
|
|
119
|
-
this.loginSuccessCallBack(session)
|
|
120
|
-
|
|
121
|
-
// 获取personToken、触发埋点事件上报
|
|
122
|
-
this.handleLastProcess('10', session)
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
|
|
126
|
-
// 主包成功回调
|
|
127
|
-
loginSuccessCallBack(session) {
|
|
128
|
-
wx.$_ServiceConfiguration && wx.$_ServiceConfiguration.methods && wx.$_ServiceConfiguration.methods._loginSuccessCallBack && wx.$_ServiceConfiguration.methods._loginSuccessCallBack(session)
|
|
129
|
-
},
|
|
130
|
-
|
|
131
|
-
// 获取personToken、触发埋点事件上报
|
|
132
|
-
async handleLastProcess(source, session) {
|
|
133
|
-
const [err, token] = await utils.awaitTo(jingtongVerifyRequest.personToken({ source }))
|
|
134
|
-
if (err) {
|
|
135
|
-
// 解决用户未找到的问题:跳转到认证信息填写页面
|
|
136
|
-
let errcode = JSON.parse(err).data.errcode || ''
|
|
137
|
-
if (errcode && errcode === 2034) {
|
|
138
|
-
setTimeout(() => {
|
|
139
|
-
flow.redirectTo({
|
|
140
|
-
url: '../face-verify/face-verify?needUnite=true'
|
|
141
|
-
})
|
|
142
|
-
}, 1500)
|
|
143
|
-
}
|
|
144
|
-
return
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
// 埋点 - 个人用户实体全属性上报
|
|
148
|
-
let last_login_time = utils.getCurrentTime()
|
|
149
|
-
wx.setStorageSync('tif.lastLoginTime', last_login_time)
|
|
150
|
-
const data = Object.assign(session, {
|
|
151
|
-
user_status: '1',
|
|
152
|
-
last_login_time,
|
|
153
|
-
user_date_of_birth: session.cid_type === '111' ? utils.getBirthByIDCard(session.cid) : ''
|
|
154
|
-
})
|
|
155
|
-
await utils.awaitTo(jingtongVerifyRequest.userEntityReport(data))
|
|
156
|
-
|
|
157
|
-
setTimeout(() => {
|
|
158
|
-
flow.resolve({
|
|
159
|
-
token
|
|
160
|
-
})
|
|
161
|
-
}, 1200)
|
|
162
|
-
},
|
|
163
|
-
|
|
164
|
-
// 确认手机号码
|
|
165
|
-
confirmPhone() {
|
|
166
|
-
this.throttle(2000)
|
|
167
|
-
}
|
|
1
|
+
// weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.js
|
|
2
|
+
const jingtongVerifyRequest = require('../../utils/request')
|
|
3
|
+
const utils = require("../../utils/index")
|
|
4
|
+
const { flow } = require("@wecity/weda-plugin-utils");
|
|
5
|
+
|
|
6
|
+
Page({
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* 页面的初始数据
|
|
10
|
+
*/
|
|
11
|
+
data: {
|
|
12
|
+
phone: '',
|
|
13
|
+
caPhone: '',
|
|
14
|
+
isClick: true
|
|
15
|
+
},
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 生命周期函数--监听页面显示
|
|
19
|
+
*/
|
|
20
|
+
onShow() {
|
|
21
|
+
wx.hideShareMenu()
|
|
22
|
+
|
|
23
|
+
let pho = /(\d{3})\d*(\d{4})/
|
|
24
|
+
jingtongVerifyRequest.getSession({
|
|
25
|
+
success: res => {
|
|
26
|
+
const { phone, caPhone } = res
|
|
27
|
+
this.setData({
|
|
28
|
+
phone: phone ? phone.replace(pho, '$1****$2') : '',
|
|
29
|
+
caPhone: caPhone ? caPhone.replace(pho, '$1****$2') : ''
|
|
30
|
+
})
|
|
31
|
+
}
|
|
32
|
+
})
|
|
33
|
+
},
|
|
34
|
+
|
|
35
|
+
// 微信获取手机号码授权
|
|
36
|
+
async getPhoneNumber(e) {
|
|
37
|
+
console.log('微信获取手机号授权', e)
|
|
38
|
+
if (e.detail.iv) {
|
|
39
|
+
const params = Object.assign(e.detail, {
|
|
40
|
+
source: '7'
|
|
41
|
+
})
|
|
42
|
+
const [err, session] = await utils.awaitTo(jingtongVerifyRequest.loginPhone(params))
|
|
43
|
+
if (err) {
|
|
44
|
+
wx.showToast({
|
|
45
|
+
title: err.errmsg || '手机号码获取失败',
|
|
46
|
+
icon: 'none',
|
|
47
|
+
mask: true
|
|
48
|
+
})
|
|
49
|
+
|
|
50
|
+
// 解决用户未找到的问题:跳转到认证信息填写页面
|
|
51
|
+
if (err.errcode === 2034) {
|
|
52
|
+
setTimeout(() => {
|
|
53
|
+
flow.redirectTo({
|
|
54
|
+
url: '../face-verify/face-verify?needUnite=true'
|
|
55
|
+
})
|
|
56
|
+
}, 1500)
|
|
57
|
+
}
|
|
58
|
+
return
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
wx.showToast({
|
|
62
|
+
title: '换绑成功, 跳转中…',
|
|
63
|
+
icon: 'none',
|
|
64
|
+
duration: 5000,
|
|
65
|
+
mask: true
|
|
66
|
+
})
|
|
67
|
+
|
|
68
|
+
// 登录成功回调 => 业务侧操作事项
|
|
69
|
+
this.loginSuccessCallBack(session)
|
|
70
|
+
|
|
71
|
+
let { phone, caPhone } = session
|
|
72
|
+
let pho = /(\d{3})\d*(\d{4})/
|
|
73
|
+
this.setData({
|
|
74
|
+
phone: phone ? phone.replace(pho, '$1****$2') : '',
|
|
75
|
+
caPhone: caPhone ? caPhone.replace(pho, '$1****$2') : ''
|
|
76
|
+
})
|
|
77
|
+
|
|
78
|
+
// 获取personToken、触发埋点事件上报
|
|
79
|
+
this.handleLastProcess('9', session)
|
|
80
|
+
} else {
|
|
81
|
+
wx.showToast({
|
|
82
|
+
title: '您的微信版本太低,无法授权',
|
|
83
|
+
icon: 'none'
|
|
84
|
+
})
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
|
|
88
|
+
// 节流处理 -- 确认手机号码
|
|
89
|
+
async throttle(delay) {
|
|
90
|
+
if (this.data.isClick) {
|
|
91
|
+
this.setData({
|
|
92
|
+
isClick: false
|
|
93
|
+
})
|
|
94
|
+
|
|
95
|
+
const [err, session] = await utils.awaitTo(jingtongVerifyRequest.confirmPhone())
|
|
96
|
+
|
|
97
|
+
setTimeout(() => {
|
|
98
|
+
this.setData({
|
|
99
|
+
isClick: true
|
|
100
|
+
})
|
|
101
|
+
}, delay);
|
|
102
|
+
|
|
103
|
+
if (err) {
|
|
104
|
+
wx.showToast({
|
|
105
|
+
title: err.errmsg || '确认失败,请稍后再试',
|
|
106
|
+
icon: 'none'
|
|
107
|
+
})
|
|
108
|
+
return
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
wx.showToast({
|
|
112
|
+
title: '确认成功, 跳转中…',
|
|
113
|
+
icon: 'none',
|
|
114
|
+
duration: 5000,
|
|
115
|
+
mask: true
|
|
116
|
+
})
|
|
117
|
+
|
|
118
|
+
// 登录成功回调 => 业务侧操作事项
|
|
119
|
+
this.loginSuccessCallBack(session)
|
|
120
|
+
|
|
121
|
+
// 获取personToken、触发埋点事件上报
|
|
122
|
+
this.handleLastProcess('10', session)
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
|
|
126
|
+
// 主包成功回调
|
|
127
|
+
loginSuccessCallBack(session) {
|
|
128
|
+
wx.$_ServiceConfiguration && wx.$_ServiceConfiguration.methods && wx.$_ServiceConfiguration.methods._loginSuccessCallBack && wx.$_ServiceConfiguration.methods._loginSuccessCallBack(session)
|
|
129
|
+
},
|
|
130
|
+
|
|
131
|
+
// 获取personToken、触发埋点事件上报
|
|
132
|
+
async handleLastProcess(source, session) {
|
|
133
|
+
const [err, token] = await utils.awaitTo(jingtongVerifyRequest.personToken({ source }))
|
|
134
|
+
if (err) {
|
|
135
|
+
// 解决用户未找到的问题:跳转到认证信息填写页面
|
|
136
|
+
let errcode = JSON.parse(err).data.errcode || ''
|
|
137
|
+
if (errcode && errcode === 2034) {
|
|
138
|
+
setTimeout(() => {
|
|
139
|
+
flow.redirectTo({
|
|
140
|
+
url: '../face-verify/face-verify?needUnite=true'
|
|
141
|
+
})
|
|
142
|
+
}, 1500)
|
|
143
|
+
}
|
|
144
|
+
return
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
// 埋点 - 个人用户实体全属性上报
|
|
148
|
+
let last_login_time = utils.getCurrentTime()
|
|
149
|
+
wx.setStorageSync('tif.lastLoginTime', last_login_time)
|
|
150
|
+
const data = Object.assign(session, {
|
|
151
|
+
user_status: '1',
|
|
152
|
+
last_login_time,
|
|
153
|
+
user_date_of_birth: session.cid_type === '111' ? utils.getBirthByIDCard(session.cid) : ''
|
|
154
|
+
})
|
|
155
|
+
await utils.awaitTo(jingtongVerifyRequest.userEntityReport(data))
|
|
156
|
+
|
|
157
|
+
setTimeout(() => {
|
|
158
|
+
flow.resolve({
|
|
159
|
+
token
|
|
160
|
+
})
|
|
161
|
+
}, 1200)
|
|
162
|
+
},
|
|
163
|
+
|
|
164
|
+
// 确认手机号码
|
|
165
|
+
confirmPhone() {
|
|
166
|
+
this.throttle(2000)
|
|
167
|
+
}
|
|
168
168
|
})
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
{
|
|
2
|
-
"usingComponents": {},
|
|
3
|
-
"navigationBarTitleText": "手机号确认"
|
|
1
|
+
{
|
|
2
|
+
"usingComponents": {},
|
|
3
|
+
"navigationBarTitleText": "手机号确认"
|
|
4
4
|
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
<view>
|
|
2
|
-
<view class="top-box">
|
|
3
|
-
<text class="title">您在北京市统一身份认证平台的账户</text>
|
|
4
|
-
<text class="title2">绑定了以下手机号:</text>
|
|
5
|
-
</view>
|
|
6
|
-
<view class="content-box">
|
|
7
|
-
{{ caPhone }}
|
|
8
|
-
</view>
|
|
9
|
-
<view class="confirm-tip">
|
|
10
|
-
<view class="color-red">温馨提示:</view>
|
|
11
|
-
<view class="mb40">
|
|
12
|
-
<text>您当前使用的手机号</text>
|
|
13
|
-
<text class="color-red color-phone">{{ phone }}</text>
|
|
14
|
-
<text>与北京市统一身份认证平台账户绑定的手机号</text>
|
|
15
|
-
<text class="color-red color-phone">{{ caPhone }}</text>
|
|
16
|
-
<text>不一致:</text>
|
|
17
|
-
</view>
|
|
18
|
-
<view class="mb40 content-btn">
|
|
19
|
-
<text>若您确定继续使用</text>
|
|
20
|
-
<text class="color-red color-phone">{{ phone }}</text>
|
|
21
|
-
<text>手机号,请点击“从微信获取当前手机号进行换绑”,则将修改您北京市统一身份认证平台手机号为您当前使用的手机号</text>
|
|
22
|
-
<button class="wxBind" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">从微信获取当前手机号进行换绑</button>
|
|
23
|
-
</view>
|
|
24
|
-
<view class="mb40 content-btn">
|
|
25
|
-
<text>若您确定继续使用</text>
|
|
26
|
-
<text class="color-red color-phone">{{ caPhone }}</text>
|
|
27
|
-
<text>手机号,请点击“确认绑定手机号”</text>
|
|
28
|
-
<button class="wxBind" bindtap="{{ isClick ? 'confirmPhone' : '' }}">确认绑定手机号</button>
|
|
29
|
-
</view>
|
|
30
|
-
</view>
|
|
1
|
+
<view>
|
|
2
|
+
<view class="top-box">
|
|
3
|
+
<text class="title">您在北京市统一身份认证平台的账户</text>
|
|
4
|
+
<text class="title2">绑定了以下手机号:</text>
|
|
5
|
+
</view>
|
|
6
|
+
<view class="content-box">
|
|
7
|
+
{{ caPhone }}
|
|
8
|
+
</view>
|
|
9
|
+
<view class="confirm-tip">
|
|
10
|
+
<view class="color-red">温馨提示:</view>
|
|
11
|
+
<view class="mb40">
|
|
12
|
+
<text>您当前使用的手机号</text>
|
|
13
|
+
<text class="color-red color-phone">{{ phone }}</text>
|
|
14
|
+
<text>与北京市统一身份认证平台账户绑定的手机号</text>
|
|
15
|
+
<text class="color-red color-phone">{{ caPhone }}</text>
|
|
16
|
+
<text>不一致:</text>
|
|
17
|
+
</view>
|
|
18
|
+
<view class="mb40 content-btn">
|
|
19
|
+
<text>若您确定继续使用</text>
|
|
20
|
+
<text class="color-red color-phone">{{ phone }}</text>
|
|
21
|
+
<text>手机号,请点击“从微信获取当前手机号进行换绑”,则将修改您北京市统一身份认证平台手机号为您当前使用的手机号</text>
|
|
22
|
+
<button class="wxBind" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">从微信获取当前手机号进行换绑</button>
|
|
23
|
+
</view>
|
|
24
|
+
<view class="mb40 content-btn">
|
|
25
|
+
<text>若您确定继续使用</text>
|
|
26
|
+
<text class="color-red color-phone">{{ caPhone }}</text>
|
|
27
|
+
<text>手机号,请点击“确认绑定手机号”</text>
|
|
28
|
+
<button class="wxBind" bindtap="{{ isClick ? 'confirmPhone' : '' }}">确认绑定手机号</button>
|
|
29
|
+
</view>
|
|
30
|
+
</view>
|
|
31
31
|
</view>
|
|
@@ -1,91 +1,91 @@
|
|
|
1
|
-
/* weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.wxss */
|
|
2
|
-
|
|
3
|
-
.top-box {
|
|
4
|
-
font-size: 40rpx;
|
|
5
|
-
font-weight: 700;
|
|
6
|
-
color: #27282E;
|
|
7
|
-
text-align: left;
|
|
8
|
-
padding: 40rpx 58rpx 0 32rpx;
|
|
9
|
-
}
|
|
10
|
-
.title::before {
|
|
11
|
-
content: '';
|
|
12
|
-
display: inline-block;
|
|
13
|
-
width: 8rpx;
|
|
14
|
-
height: 28rpx;
|
|
15
|
-
border-radius: 2rpx;
|
|
16
|
-
background: rgba(206, 0, 34, 1);
|
|
17
|
-
margin-right: 12rpx;
|
|
18
|
-
margin-top: 8rpx;
|
|
19
|
-
vertical-align: text-top;
|
|
20
|
-
}
|
|
21
|
-
.title2 {
|
|
22
|
-
margin-left: 20rpx;
|
|
23
|
-
}
|
|
24
|
-
.content-box {
|
|
25
|
-
display: flex;
|
|
26
|
-
justify-content: center;
|
|
27
|
-
align-items: center;
|
|
28
|
-
margin: 0 auto;
|
|
29
|
-
margin-top: 80rpx;
|
|
30
|
-
width: 652rpx;
|
|
31
|
-
height: 96rpx;
|
|
32
|
-
background: rgba(244, 245, 255, 1);
|
|
33
|
-
font-size: 40rpx;
|
|
34
|
-
font-weight: 700;
|
|
35
|
-
margin-bottom: 64rpx;
|
|
36
|
-
}
|
|
37
|
-
.confirm {
|
|
38
|
-
background: #ce0022;
|
|
39
|
-
color: #ffffff;
|
|
40
|
-
font-size: 34rpx;
|
|
41
|
-
width: 686rpx !important;
|
|
42
|
-
display: flex;
|
|
43
|
-
justify-content: center;
|
|
44
|
-
align-items: center;
|
|
45
|
-
height: 96rpx;
|
|
46
|
-
box-shadow: 0 24rpx 48rpx 0 rgba(206,0,34,0.15);
|
|
47
|
-
border-radius: 16rpx;
|
|
48
|
-
margin-bottom: 40rpx;
|
|
49
|
-
}
|
|
50
|
-
.wxBind {
|
|
51
|
-
width: 622rpx !important;
|
|
52
|
-
height: 96rpx;
|
|
53
|
-
display: flex;
|
|
54
|
-
justify-content: center;
|
|
55
|
-
align-items: center;
|
|
56
|
-
border-radius: 16rpx;
|
|
57
|
-
color: #ce0022;
|
|
58
|
-
box-shadow: 0 24rpx 48rpx 0 #ce002226;
|
|
59
|
-
background: #ce0022;
|
|
60
|
-
color: #ffffff;
|
|
61
|
-
font-size: 34rpx;
|
|
62
|
-
margin-top: 32rpx;
|
|
63
|
-
font-weight: 500;
|
|
64
|
-
}
|
|
65
|
-
.confirm-tip {
|
|
66
|
-
padding: 0 32rpx;
|
|
67
|
-
margin-bottom: 80rpx;
|
|
68
|
-
font-size: 28rpx;
|
|
69
|
-
line-height: 52rpx;
|
|
70
|
-
color: #62667A;
|
|
71
|
-
text-align: justify;
|
|
72
|
-
}
|
|
73
|
-
.color-red {
|
|
74
|
-
color: #CE0022;
|
|
75
|
-
font-weight: 500;
|
|
76
|
-
}
|
|
77
|
-
.color-phone {
|
|
78
|
-
margin: 0 4rpx;
|
|
79
|
-
}
|
|
80
|
-
.mb40 {
|
|
81
|
-
margin-bottom: 40rpx;
|
|
82
|
-
}
|
|
83
|
-
.content-btn {
|
|
84
|
-
border-radius: 20rpx;
|
|
85
|
-
border: 1rpx solid #0587fc29;
|
|
86
|
-
background: #F4F9FF;
|
|
87
|
-
padding: 40rpx 30rpx;
|
|
88
|
-
width: 686rpx;
|
|
89
|
-
box-sizing: border-box;
|
|
90
|
-
}
|
|
91
|
-
|
|
1
|
+
/* weapps-plugin-jingtong-verify/pages/confirm-phone/confirm-phone.wxss */
|
|
2
|
+
|
|
3
|
+
.top-box {
|
|
4
|
+
font-size: 40rpx;
|
|
5
|
+
font-weight: 700;
|
|
6
|
+
color: #27282E;
|
|
7
|
+
text-align: left;
|
|
8
|
+
padding: 40rpx 58rpx 0 32rpx;
|
|
9
|
+
}
|
|
10
|
+
.title::before {
|
|
11
|
+
content: '';
|
|
12
|
+
display: inline-block;
|
|
13
|
+
width: 8rpx;
|
|
14
|
+
height: 28rpx;
|
|
15
|
+
border-radius: 2rpx;
|
|
16
|
+
background: rgba(206, 0, 34, 1);
|
|
17
|
+
margin-right: 12rpx;
|
|
18
|
+
margin-top: 8rpx;
|
|
19
|
+
vertical-align: text-top;
|
|
20
|
+
}
|
|
21
|
+
.title2 {
|
|
22
|
+
margin-left: 20rpx;
|
|
23
|
+
}
|
|
24
|
+
.content-box {
|
|
25
|
+
display: flex;
|
|
26
|
+
justify-content: center;
|
|
27
|
+
align-items: center;
|
|
28
|
+
margin: 0 auto;
|
|
29
|
+
margin-top: 80rpx;
|
|
30
|
+
width: 652rpx;
|
|
31
|
+
height: 96rpx;
|
|
32
|
+
background: rgba(244, 245, 255, 1);
|
|
33
|
+
font-size: 40rpx;
|
|
34
|
+
font-weight: 700;
|
|
35
|
+
margin-bottom: 64rpx;
|
|
36
|
+
}
|
|
37
|
+
.confirm {
|
|
38
|
+
background: #ce0022;
|
|
39
|
+
color: #ffffff;
|
|
40
|
+
font-size: 34rpx;
|
|
41
|
+
width: 686rpx !important;
|
|
42
|
+
display: flex;
|
|
43
|
+
justify-content: center;
|
|
44
|
+
align-items: center;
|
|
45
|
+
height: 96rpx;
|
|
46
|
+
box-shadow: 0 24rpx 48rpx 0 rgba(206,0,34,0.15);
|
|
47
|
+
border-radius: 16rpx;
|
|
48
|
+
margin-bottom: 40rpx;
|
|
49
|
+
}
|
|
50
|
+
.wxBind {
|
|
51
|
+
width: 622rpx !important;
|
|
52
|
+
height: 96rpx;
|
|
53
|
+
display: flex;
|
|
54
|
+
justify-content: center;
|
|
55
|
+
align-items: center;
|
|
56
|
+
border-radius: 16rpx;
|
|
57
|
+
color: #ce0022;
|
|
58
|
+
box-shadow: 0 24rpx 48rpx 0 #ce002226;
|
|
59
|
+
background: #ce0022;
|
|
60
|
+
color: #ffffff;
|
|
61
|
+
font-size: 34rpx;
|
|
62
|
+
margin-top: 32rpx;
|
|
63
|
+
font-weight: 500;
|
|
64
|
+
}
|
|
65
|
+
.confirm-tip {
|
|
66
|
+
padding: 0 32rpx;
|
|
67
|
+
margin-bottom: 80rpx;
|
|
68
|
+
font-size: 28rpx;
|
|
69
|
+
line-height: 52rpx;
|
|
70
|
+
color: #62667A;
|
|
71
|
+
text-align: justify;
|
|
72
|
+
}
|
|
73
|
+
.color-red {
|
|
74
|
+
color: #CE0022;
|
|
75
|
+
font-weight: 500;
|
|
76
|
+
}
|
|
77
|
+
.color-phone {
|
|
78
|
+
margin: 0 4rpx;
|
|
79
|
+
}
|
|
80
|
+
.mb40 {
|
|
81
|
+
margin-bottom: 40rpx;
|
|
82
|
+
}
|
|
83
|
+
.content-btn {
|
|
84
|
+
border-radius: 20rpx;
|
|
85
|
+
border: 1rpx solid #0587fc29;
|
|
86
|
+
background: #F4F9FF;
|
|
87
|
+
padding: 40rpx 30rpx;
|
|
88
|
+
width: 686rpx;
|
|
89
|
+
box-sizing: border-box;
|
|
90
|
+
}
|
|
91
|
+
|