weapps-plugin-jingtong-verify 1.6.1 → 1.6.2-beta.2
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/README.md +1 -2
- package/app.json +33 -33
- package/package.json +20 -20
- package/sdk.js +313 -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/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 +179 -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 +236 -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 +206 -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 +39 -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 +9 -9
- package/weapps-plugin-jingtong-verify/components/tip-modal/tip-modal.wxss +51 -51
- 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 +262 -262
- 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 +1557 -1547
- package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.json +17 -17
- package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.wxml +504 -504
- package/weapps-plugin-jingtong-verify/pages/face-verify/face-verify.wxss +133 -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-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/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 +120 -120
- 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 +865 -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 +328 -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/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 +1 -1
- package/weapps-plugin-jingtong-verify/utils/rules.js +301 -301
- package/weapps-plugin-jingtong-verify/utils/tifadmin_config.js +61 -61
- package/weapps-plugin-jingtong-verify/utils/validate.js +772 -772
|
@@ -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
|
+
|
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
// 未办理过身份证的
|
|
2
|
-
const reason1 = [{
|
|
3
|
-
problem: '1. 尚未办理身份证',
|
|
4
|
-
answer: '亲爱的市民您好,京通小程序中人脸核验信息由公安部提供,若您还未办理身份证,请您先前往<span class="key">当地派出所办理身份证</span>,办理完成后可以登录京通小程序办理业务;或您可以联系需要办理业务的单位,进行线下业务办理。',
|
|
5
|
-
show: true
|
|
6
|
-
}, {
|
|
7
|
-
problem: '2. 新办理身份证,但扫脸失败',
|
|
8
|
-
answer: '亲爱的市民您好,京通小程序中人脸核验信息由公安部提供,若您<span class="key">新办理</span>身份证,但仍然无法完成人脸核验,请您使用<span class="key">带NFC功能</span>的手机下载<span class="key">CTID软件</span>(CTID为公安部一所提供的网络身份认证平台),在此软件完成您的身份信息更新,完成更新后您可以在京通小程序进行人脸核验。',
|
|
9
|
-
show: false
|
|
10
|
-
}]
|
|
11
|
-
|
|
12
|
-
// 刷脸没刷过,60岁以下的
|
|
13
|
-
const reason2 = [{
|
|
14
|
-
problem: '1. 认证时提示光线、镜头模糊',
|
|
15
|
-
answer: '亲爱的市民您好,为确保人脸识别结果准确,请注意 (1)请<span class="key">正面</span>对准摄像头进行人脸识别;(2)请确保周围环境<span class="key">光线充足</span>;(3)请勿佩戴遮挡脸部物品,包括口罩/墨镜等;(4)请确保摄像头<span class="key">清洁且避免被遮挡</span>。当您连续认证失败6次后(18岁以下及60岁以上用户18次),将临时锁定您的权限,请您切换至京通小程序其他端(京通小程序包括微信、支付宝、百度三端)或第二天再继续尝试。',
|
|
16
|
-
show: true
|
|
17
|
-
}, {
|
|
18
|
-
problem: '2. 因年老、手术、留胡等情况导致人脸变化较大',
|
|
19
|
-
answer: '亲爱的市民您好,京通小程序中人脸核验信息公安部提供,若您因人脸变化较大导致一致无法通过人脸核验,请您使用<span class="key">带NFC功能</span>的手机下载<span class="key">CTID软件</span>(CTID为公安部一所提供的网络身份认证平台),在此软件完成您的身份信息更新,完成更新后您可以在京通小程序进行人脸核验。若您在CTID软件上仍然无法通过人脸核验,请您前往<span class="key">当地派出所更新您的身份证</span>,更新完成后可以登录京通小程序。',
|
|
20
|
-
show: false
|
|
21
|
-
}, {
|
|
22
|
-
problem: '3. 人脸识别显示通过后,并没有成功登录或者是需要再次人脸识别',
|
|
23
|
-
answer: '亲爱的市民您好,该情况可能是由于您的缓存原因或者app版本过低所导致,请您先<span class="key">清除手机缓存/重启手机</span>后,再次打开微信、支付宝或者百度app中的京通小程序进行人脸识别。如还是无法通过,请您<span class="key">卸载app后重新安装</span>再次进行尝试。',
|
|
24
|
-
show: false
|
|
25
|
-
}]
|
|
26
|
-
|
|
27
|
-
// 刷脸没刷过,60岁以上的
|
|
28
|
-
const reason3 = [{
|
|
29
|
-
problem: '1. 因年老、手术、留胡等情况导致人脸变化较大',
|
|
30
|
-
answer: '亲爱的市民您好,京通小程序中人脸核验信息公安部提供,若您因人脸变化较大导致一致无法通过人脸核验,请您使用<span class="key">带NFC功能</span>的手机下载<span class="key">CTID软件</span>(CTID为公安部一所提供的网络身份认证平台),在此软件完成您的身份信息更新,完成更新后您可以在京通小程序进行人脸核验。若您在CTID软件上仍然无法通过人脸核验,请您前往<span class="key">当地派出所更新您的身份证</span>,更新完成后可以登录京通小程序。',
|
|
31
|
-
show: true
|
|
32
|
-
}, {
|
|
33
|
-
problem: '2. 认证时提示光线、镜头模糊',
|
|
34
|
-
answer: '亲爱的市民您好,为确保人脸识别结果准确,请注意(1)请<span class="key">正面</span>对准摄像头进行人脸识别;(2)请确保周围环境<span class="key">光线充足</span>;(3)请勿佩戴遮挡脸部物品,包括口罩/墨镜等;(4)请确保摄像头<span class="key">清洁且避免被遮挡</span>。当您连续认证失败18次后,将临时锁定您的权限,请您切换至京通小程序其他端(京通小程序包括微信、支付宝、百度三端)或第二天再继续尝试。',
|
|
35
|
-
show: false
|
|
36
|
-
}, {
|
|
37
|
-
problem: '3. 人脸识别显示通过后,并没有成功登录或者是需要再次人脸识别',
|
|
38
|
-
answer: '亲爱的市民您好,该情况可能是由于您的缓存原因或者app版本过低所导致,请您先<span class="key">清除手机缓存/重启手机</span>后,再次打开微信、支付宝或者百度app中的京通小程序进行人脸识别。如还是无法通过,请您<span class="key">卸载app后重新安装</span>再次进行尝试。',
|
|
39
|
-
show: false
|
|
40
|
-
}]
|
|
41
|
-
|
|
42
|
-
// 映射关系
|
|
43
|
-
const faceErrorMap = {
|
|
44
|
-
'1': reason1,
|
|
45
|
-
'2': reason2,
|
|
46
|
-
'3': reason3
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
Page({
|
|
50
|
-
/**
|
|
51
|
-
* 页面的初始数据
|
|
52
|
-
*/
|
|
53
|
-
data: {
|
|
54
|
-
faceErrorType: '2',
|
|
55
|
-
reason: []
|
|
56
|
-
},
|
|
57
|
-
|
|
58
|
-
onLoad(options) {
|
|
59
|
-
wx.hideShareMenu()
|
|
60
|
-
|
|
61
|
-
console.log('options', options)
|
|
62
|
-
|
|
63
|
-
let faceErrorType = options.type || '2'
|
|
64
|
-
this.setData({
|
|
65
|
-
faceErrorType,
|
|
66
|
-
reason: faceErrorMap[faceErrorType]
|
|
67
|
-
})
|
|
68
|
-
console.log(this.data.reason)
|
|
69
|
-
},
|
|
70
|
-
|
|
71
|
-
switchAnswer(e) {
|
|
72
|
-
const { index } = e.currentTarget.dataset
|
|
73
|
-
let list = this.data.reason
|
|
74
|
-
list[index].show = !list[index].show
|
|
75
|
-
|
|
76
|
-
this.setData({
|
|
77
|
-
reason: list
|
|
78
|
-
})
|
|
79
|
-
}
|
|
1
|
+
// 未办理过身份证的
|
|
2
|
+
const reason1 = [{
|
|
3
|
+
problem: '1. 尚未办理身份证',
|
|
4
|
+
answer: '亲爱的市民您好,京通小程序中人脸核验信息由公安部提供,若您还未办理身份证,请您先前往<span class="key">当地派出所办理身份证</span>,办理完成后可以登录京通小程序办理业务;或您可以联系需要办理业务的单位,进行线下业务办理。',
|
|
5
|
+
show: true
|
|
6
|
+
}, {
|
|
7
|
+
problem: '2. 新办理身份证,但扫脸失败',
|
|
8
|
+
answer: '亲爱的市民您好,京通小程序中人脸核验信息由公安部提供,若您<span class="key">新办理</span>身份证,但仍然无法完成人脸核验,请您使用<span class="key">带NFC功能</span>的手机下载<span class="key">CTID软件</span>(CTID为公安部一所提供的网络身份认证平台),在此软件完成您的身份信息更新,完成更新后您可以在京通小程序进行人脸核验。',
|
|
9
|
+
show: false
|
|
10
|
+
}]
|
|
11
|
+
|
|
12
|
+
// 刷脸没刷过,60岁以下的
|
|
13
|
+
const reason2 = [{
|
|
14
|
+
problem: '1. 认证时提示光线、镜头模糊',
|
|
15
|
+
answer: '亲爱的市民您好,为确保人脸识别结果准确,请注意 (1)请<span class="key">正面</span>对准摄像头进行人脸识别;(2)请确保周围环境<span class="key">光线充足</span>;(3)请勿佩戴遮挡脸部物品,包括口罩/墨镜等;(4)请确保摄像头<span class="key">清洁且避免被遮挡</span>。当您连续认证失败6次后(18岁以下及60岁以上用户18次),将临时锁定您的权限,请您切换至京通小程序其他端(京通小程序包括微信、支付宝、百度三端)或第二天再继续尝试。',
|
|
16
|
+
show: true
|
|
17
|
+
}, {
|
|
18
|
+
problem: '2. 因年老、手术、留胡等情况导致人脸变化较大',
|
|
19
|
+
answer: '亲爱的市民您好,京通小程序中人脸核验信息公安部提供,若您因人脸变化较大导致一致无法通过人脸核验,请您使用<span class="key">带NFC功能</span>的手机下载<span class="key">CTID软件</span>(CTID为公安部一所提供的网络身份认证平台),在此软件完成您的身份信息更新,完成更新后您可以在京通小程序进行人脸核验。若您在CTID软件上仍然无法通过人脸核验,请您前往<span class="key">当地派出所更新您的身份证</span>,更新完成后可以登录京通小程序。',
|
|
20
|
+
show: false
|
|
21
|
+
}, {
|
|
22
|
+
problem: '3. 人脸识别显示通过后,并没有成功登录或者是需要再次人脸识别',
|
|
23
|
+
answer: '亲爱的市民您好,该情况可能是由于您的缓存原因或者app版本过低所导致,请您先<span class="key">清除手机缓存/重启手机</span>后,再次打开微信、支付宝或者百度app中的京通小程序进行人脸识别。如还是无法通过,请您<span class="key">卸载app后重新安装</span>再次进行尝试。',
|
|
24
|
+
show: false
|
|
25
|
+
}]
|
|
26
|
+
|
|
27
|
+
// 刷脸没刷过,60岁以上的
|
|
28
|
+
const reason3 = [{
|
|
29
|
+
problem: '1. 因年老、手术、留胡等情况导致人脸变化较大',
|
|
30
|
+
answer: '亲爱的市民您好,京通小程序中人脸核验信息公安部提供,若您因人脸变化较大导致一致无法通过人脸核验,请您使用<span class="key">带NFC功能</span>的手机下载<span class="key">CTID软件</span>(CTID为公安部一所提供的网络身份认证平台),在此软件完成您的身份信息更新,完成更新后您可以在京通小程序进行人脸核验。若您在CTID软件上仍然无法通过人脸核验,请您前往<span class="key">当地派出所更新您的身份证</span>,更新完成后可以登录京通小程序。',
|
|
31
|
+
show: true
|
|
32
|
+
}, {
|
|
33
|
+
problem: '2. 认证时提示光线、镜头模糊',
|
|
34
|
+
answer: '亲爱的市民您好,为确保人脸识别结果准确,请注意(1)请<span class="key">正面</span>对准摄像头进行人脸识别;(2)请确保周围环境<span class="key">光线充足</span>;(3)请勿佩戴遮挡脸部物品,包括口罩/墨镜等;(4)请确保摄像头<span class="key">清洁且避免被遮挡</span>。当您连续认证失败18次后,将临时锁定您的权限,请您切换至京通小程序其他端(京通小程序包括微信、支付宝、百度三端)或第二天再继续尝试。',
|
|
35
|
+
show: false
|
|
36
|
+
}, {
|
|
37
|
+
problem: '3. 人脸识别显示通过后,并没有成功登录或者是需要再次人脸识别',
|
|
38
|
+
answer: '亲爱的市民您好,该情况可能是由于您的缓存原因或者app版本过低所导致,请您先<span class="key">清除手机缓存/重启手机</span>后,再次打开微信、支付宝或者百度app中的京通小程序进行人脸识别。如还是无法通过,请您<span class="key">卸载app后重新安装</span>再次进行尝试。',
|
|
39
|
+
show: false
|
|
40
|
+
}]
|
|
41
|
+
|
|
42
|
+
// 映射关系
|
|
43
|
+
const faceErrorMap = {
|
|
44
|
+
'1': reason1,
|
|
45
|
+
'2': reason2,
|
|
46
|
+
'3': reason3
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
Page({
|
|
50
|
+
/**
|
|
51
|
+
* 页面的初始数据
|
|
52
|
+
*/
|
|
53
|
+
data: {
|
|
54
|
+
faceErrorType: '2',
|
|
55
|
+
reason: []
|
|
56
|
+
},
|
|
57
|
+
|
|
58
|
+
onLoad(options) {
|
|
59
|
+
wx.hideShareMenu()
|
|
60
|
+
|
|
61
|
+
console.log('options', options)
|
|
62
|
+
|
|
63
|
+
let faceErrorType = options.type || '2'
|
|
64
|
+
this.setData({
|
|
65
|
+
faceErrorType,
|
|
66
|
+
reason: faceErrorMap[faceErrorType]
|
|
67
|
+
})
|
|
68
|
+
console.log(this.data.reason)
|
|
69
|
+
},
|
|
70
|
+
|
|
71
|
+
switchAnswer(e) {
|
|
72
|
+
const { index } = e.currentTarget.dataset
|
|
73
|
+
let list = this.data.reason
|
|
74
|
+
list[index].show = !list[index].show
|
|
75
|
+
|
|
76
|
+
this.setData({
|
|
77
|
+
reason: list
|
|
78
|
+
})
|
|
79
|
+
}
|
|
80
80
|
})
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
2
|
-
"usingComponents": {
|
|
3
|
-
"g-icon": "../../components/gsd-ui/g-icon/index"
|
|
4
|
-
},
|
|
5
|
-
"navigationBarTitleText": "失败原因"
|
|
1
|
+
{
|
|
2
|
+
"usingComponents": {
|
|
3
|
+
"g-icon": "../../components/gsd-ui/g-icon/index"
|
|
4
|
+
},
|
|
5
|
+
"navigationBarTitleText": "失败原因"
|
|
6
6
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
<view>
|
|
2
|
-
<view wx:for="{{ reason }}" wx:key="index">
|
|
3
|
-
<view class="problem">
|
|
4
|
-
<view
|
|
5
|
-
class="problem-content flex-x-between"
|
|
6
|
-
data-index="{{ index }}"
|
|
7
|
-
catch:tap="switchAnswer">
|
|
8
|
-
<text class="title">{{ item.problem }}</text>
|
|
9
|
-
<view>
|
|
10
|
-
<g-icon type="arrow-right" color="#C0C5CA" size="26" wx:if="{{ !item.show }}" />
|
|
11
|
-
<g-icon type="arrow-down" color="#CE0022" size="26" wx:else />
|
|
12
|
-
</view>
|
|
13
|
-
</view>
|
|
14
|
-
</view>
|
|
15
|
-
<view class="answer" wx:if="{{ item.show }}">
|
|
16
|
-
<rich-text nodes="{{ item.answer }}"></rich-text>
|
|
17
|
-
</view>
|
|
18
|
-
</view>
|
|
19
|
-
</view>
|
|
1
|
+
<view>
|
|
2
|
+
<view wx:for="{{ reason }}" wx:key="index">
|
|
3
|
+
<view class="problem">
|
|
4
|
+
<view
|
|
5
|
+
class="problem-content flex-x-between"
|
|
6
|
+
data-index="{{ index }}"
|
|
7
|
+
catch:tap="switchAnswer">
|
|
8
|
+
<text class="title">{{ item.problem }}</text>
|
|
9
|
+
<view>
|
|
10
|
+
<g-icon type="arrow-right" color="#C0C5CA" size="26" wx:if="{{ !item.show }}" />
|
|
11
|
+
<g-icon type="arrow-down" color="#CE0022" size="26" wx:else />
|
|
12
|
+
</view>
|
|
13
|
+
</view>
|
|
14
|
+
</view>
|
|
15
|
+
<view class="answer" wx:if="{{ item.show }}">
|
|
16
|
+
<rich-text nodes="{{ item.answer }}"></rich-text>
|
|
17
|
+
</view>
|
|
18
|
+
</view>
|
|
19
|
+
</view>
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
/* weapps-plugin-jingtong-verify/pages/log-off/log-off.wxss */
|
|
2
|
-
page {
|
|
3
|
-
background: #f7f8fa;
|
|
4
|
-
padding-top: 24rpx;
|
|
5
|
-
padding-bottom: 80rpx;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.flex-x-between {
|
|
9
|
-
display: flex;
|
|
10
|
-
flex-direction: row;
|
|
11
|
-
justify-content: space-between;
|
|
12
|
-
align-items: center;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.problem {
|
|
16
|
-
width: 100%;
|
|
17
|
-
background-color: #fff;
|
|
18
|
-
box-sizing: border-box;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.problem-content {
|
|
22
|
-
border-bottom: 1rpx solid #EBEBEB;
|
|
23
|
-
margin: 0 32rpx;
|
|
24
|
-
padding: 32rpx 0;
|
|
25
|
-
font-size: 32rpx;
|
|
26
|
-
text-align: left;
|
|
27
|
-
color: #27282e;
|
|
28
|
-
line-height: 45rpx;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.answer {
|
|
32
|
-
color: #27282e;
|
|
33
|
-
font-size: 30rpx;
|
|
34
|
-
padding: 26rpx 36rpx 26rpx 32rpx;
|
|
35
|
-
line-height: 54rpx;
|
|
36
|
-
text-align: justify;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.title {
|
|
40
|
-
margin-right: 40rpx;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.key {
|
|
44
|
-
color: #CE0022;
|
|
1
|
+
/* weapps-plugin-jingtong-verify/pages/log-off/log-off.wxss */
|
|
2
|
+
page {
|
|
3
|
+
background: #f7f8fa;
|
|
4
|
+
padding-top: 24rpx;
|
|
5
|
+
padding-bottom: 80rpx;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.flex-x-between {
|
|
9
|
+
display: flex;
|
|
10
|
+
flex-direction: row;
|
|
11
|
+
justify-content: space-between;
|
|
12
|
+
align-items: center;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.problem {
|
|
16
|
+
width: 100%;
|
|
17
|
+
background-color: #fff;
|
|
18
|
+
box-sizing: border-box;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.problem-content {
|
|
22
|
+
border-bottom: 1rpx solid #EBEBEB;
|
|
23
|
+
margin: 0 32rpx;
|
|
24
|
+
padding: 32rpx 0;
|
|
25
|
+
font-size: 32rpx;
|
|
26
|
+
text-align: left;
|
|
27
|
+
color: #27282e;
|
|
28
|
+
line-height: 45rpx;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.answer {
|
|
32
|
+
color: #27282e;
|
|
33
|
+
font-size: 30rpx;
|
|
34
|
+
padding: 26rpx 36rpx 26rpx 32rpx;
|
|
35
|
+
line-height: 54rpx;
|
|
36
|
+
text-align: justify;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.title {
|
|
40
|
+
margin-right: 40rpx;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.key {
|
|
44
|
+
color: #CE0022;
|
|
45
45
|
}
|