diff --git a/view/peko/common/js/common2.js b/view/peko/common/js/common2.js index 7e81212..bf67095 100644 --- a/view/peko/common/js/common2.js +++ b/view/peko/common/js/common2.js @@ -563,6 +563,9 @@ function getInfoFromClient () { fontConvert(true);//调用字体转换函数 // }, 1000) function fontConvert (fontConvertBool) { + if (window.location.pathname.match(/identity/)) { + return false; + } function SconvertT () {//简体转换繁体 document.head.innerHTML = s2t(document.head.innerHTML); document.body.innerHTML = s2t(document.body.innerHTML); @@ -778,7 +781,7 @@ function networkRequest (reqObj = {}, type) { if (browser.app) { pubHeader.pub_ticket = pubInfo.ticket } else { - pubHeader.h5_token =sessionStorage.getItem("ticket") ? sessionStorage.getItem("ticket") : ''; + pubHeader.h5_token = sessionStorage.getItem("ticket") ? sessionStorage.getItem("ticket") : ''; } const url = reqObj.url; const commParams = objToParam(pubHeader); diff --git a/view/peko/modules/h5Income/chainBank.html b/view/peko/modules/h5Income/chainBank.html index 1198393..d4911a7 100644 --- a/view/peko/modules/h5Income/chainBank.html +++ b/view/peko/modules/h5Income/chainBank.html @@ -9,7 +9,7 @@ 賬戶資料 - + @@ -82,6 +82,14 @@

6.首次進行提領流程時,會需要上傳您的身份證相關信息;

7.如有疑問請聯繫Wechat:sd245376

+ +
+
+

确认提交账户信息?

+
取消
+
确认
+
+
@@ -93,4 +101,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/view/peko/modules/h5Income/css/chainBank.css b/view/peko/modules/h5Income/css/chainBank.css index 8be0985..093844c 100644 --- a/view/peko/modules/h5Income/css/chainBank.css +++ b/view/peko/modules/h5Income/css/chainBank.css @@ -7,16 +7,16 @@ body { .back { position: fixed; z-index: 9; - width: 0.7466666667rem; - height: 0.7466666667rem; - left: 0.5333333333rem; + width: 0.74667rem; + height: 0.74667rem; + left: 0.53333rem; top: 0.2rem; } h3 { width: 100%; - margin-top: 0.5333333333rem; - margin-bottom: 0.4266666667rem; + margin-top: 0.53333rem; + margin-bottom: 0.42667rem; text-align: center; color: #1F1B4F; font-size: 0.48rem; @@ -28,123 +28,136 @@ input { border: none; outline: none; box-sizing: border-box; - font-size: 0.3733333333rem; + font-size: 0.37333rem; } + input::placeholder { - font-size: 0.3733333333rem; + font-size: 0.37333rem; color: #8A8CAB; } .box1 { - width: 9.1466666667rem; - height: 2.7733333333rem; + width: 9.14667rem; + height: 2.77333rem; background: #fff; - border-radius: 0.2666666667rem; + border-radius: 0.26667rem; box-sizing: border-box; - padding: 0 0.5333333333rem; + padding: 0 0.53333rem; margin: 0 auto 0.32rem; overflow: hidden; } + .box1 div { width: 100%; - height: 1.3733333333rem; - line-height: 1.3733333333rem; - border-bottom: 0.0133333333rem solid #EBEEF5; + height: 1.37333rem; + line-height: 1.37333rem; + border-bottom: 0.01333rem solid #EBEEF5; display: flex; } + .box1 div span { flex: 3; height: 100%; - font-size: 0.3733333333rem; + font-size: 0.37333rem; color: #1F1B4F; } + .box1 div input { flex: 7; height: 100%; text-align: right; - font-size: 0.3733333333rem; + font-size: 0.37333rem; color: #1F1B4F; } .box2 { - width: 9.1466666667rem; - height: 5.5466666667rem; + width: 9.14667rem; + height: 5.54667rem; background: #fff; - border-radius: 0.2666666667rem; + border-radius: 0.26667rem; box-sizing: border-box; - padding: 0 0.5333333333rem; + padding: 0 0.53333rem; margin: 0 auto 0.32rem; overflow: hidden; } + .box2 div { width: 100%; - height: 1.3733333333rem; - line-height: 1.3733333333rem; - border-bottom: 0.0133333333rem solid #EBEEF5; + height: 1.37333rem; + line-height: 1.37333rem; + border-bottom: 0.01333rem solid #EBEEF5; display: flex; } + .box2 div span { flex: 3; height: 100%; - font-size: 0.3733333333rem; + font-size: 0.37333rem; color: #1F1B4F; } + .box2 div input { flex: 7; height: 100%; text-align: right; - font-size: 0.3733333333rem; + font-size: 0.37333rem; color: #1F1B4F; } .box3 { - width: 9.1466666667rem; - height: 5.5466666667rem; + width: 9.14667rem; + height: 5.54667rem; background: #fff; - border-radius: 0.2666666667rem; + border-radius: 0.26667rem; box-sizing: border-box; - padding: 0 0.5333333333rem; - margin: 0 auto 0.5333333333rem; + padding: 0 0.53333rem; + margin: 0 auto 0.53333rem; overflow: hidden; } + .box3 p { - font-size: 0.3733333333rem; + font-size: 0.37333rem; color: #1F1B4F; - margin-top: 0.4266666667rem; + margin-top: 0.42667rem; } + .box3 .idBox { width: 100%; display: flex; justify-content: space-between; - margin-top: 0.4266666667rem; + margin-top: 0.42667rem; } + .box3 .idBox .z, .box3 .idBox .f { width: 3.84rem; - height: 3.1466666667rem; + height: 3.14667rem; background: #F3F5FA; - border-radius: 0.2666666667rem; + border-radius: 0.26667rem; position: relative; } + .box3 .idBox .z .documents, .box3 .idBox .f .documents { position: absolute; - width: 3.0933333333rem; + width: 3.09333rem; height: 1.92rem; left: 50%; transform: translateX(-50%); - top: 0.3733333333rem; + top: 0.37333rem; } + .box3 .idBox .z .icon_camera, .box3 .idBox .f .icon_camera { position: absolute; - width: 1.0666666667rem; - height: 1.0666666667rem; + width: 1.06667rem; + height: 1.06667rem; left: 50%; top: 0.8rem; transform: translateX(-50%); z-index: 2; } + .box3 .idBox .z span, .box3 .idBox .f span { position: absolute; @@ -156,14 +169,15 @@ input::placeholder { width: 100%; text-align: center; } + .box3 .idBox .z .upload, .box3 .idBox .f .upload { position: absolute; - width: 3.0933333333rem; + width: 3.09333rem; height: 1.92rem; left: 50%; transform: translateX(-50%); - top: 0.3733333333rem; + top: 0.37333rem; z-index: 2; } @@ -174,7 +188,7 @@ input::placeholder { border-radius: 1.28rem; margin: 0 auto 0.64rem; text-align: center; - font-size: 0.4266666667rem; + font-size: 0.42667rem; color: #FFFFFF; background: linear-gradient(90deg, #EEDCFF 0%, #DEE4FF 50%, #CCF8F9 100%); } @@ -185,13 +199,76 @@ input::placeholder { .rule { width: 8.72rem; - margin: 0 auto 0.6666666667rem; + margin: 0 auto 0.66667rem; color: #8A8CAB; - font-size: 0.3733333333rem; + font-size: 0.37333rem; } + .rule p { - margin-bottom: 0.1333333333rem; + margin-bottom: 0.13333rem; line-height: 0.45rem; } -/*# sourceMappingURL=chainBank.css.map */ +.mainlandInfo { + position: fixed; + left: 0; + top: 0; + bottom: 0; + right: 0; + z-index: 99; + background: rgba(0, 0, 0, 0.6); + display: none; +} + +.mainlandInfo .mainlandInfo_in { + width: 8.50667rem; + height: 4.96rem; + border-radius: 0.53333rem; + background: #fff; + box-sizing: border-box; + padding-top: 1.6rem; + position: relative; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); +} + +.mainlandInfo .mainlandInfo_in p { + width: 100%; + text-align: center; + color: #1F1B4F; + font-size: 0.37333rem; + margin-bottom: 0.32rem; +} + +.mainlandInfo .mainlandInfo_in p b { + font-weight: bold; +} + +.mainlandInfo .mainlandInfo_in p span { + color: #9168FA; + font-size: 0.42667rem; +} + +.mainlandInfo .mainlandInfo_in .close, +.mainlandInfo .mainlandInfo_in .ok { + position: absolute; + width: 3.30667rem; + height: 1.17333rem; + line-height: 1.17333rem; + border-radius: 1.17333rem; + color: #fff; + font-size: 0.42667rem; + top: 3.14667rem; + text-align: center; +} + +.mainlandInfo .mainlandInfo_in .close { + background: #E6E6F0; + left: 0.74667rem; +} + +.mainlandInfo .mainlandInfo_in .ok { + left: 4.45333rem; + background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%); +} diff --git a/view/peko/modules/h5Income/css/chainBank.scss b/view/peko/modules/h5Income/css/chainBank.scss index 824364a..4fda0ce 100644 --- a/view/peko/modules/h5Income/css/chainBank.scss +++ b/view/peko/modules/h5Income/css/chainBank.scss @@ -1,5 +1,5 @@ -@function px2rem($px, $rem:75) { - @return $px / $rem+rem; +@function px2rem($px) { + @return $px / 75+rem; } html, @@ -11,20 +11,20 @@ body { .back { position: fixed; z-index: 9; - width: px2rem(56, ); - height: px2rem(56, ); - left: px2rem(40, ); + width: px2rem(56); + height: px2rem(56); + left: px2rem(40); top: 0.2rem; // display: none; } h3 { width: 100%; - margin-top: px2rem(40, ); - margin-bottom: px2rem(32, ); + margin-top: px2rem(40); + margin-bottom: px2rem(32); text-align: center; color: #1F1B4F; - font-size: px2rem(36, ); + font-size: px2rem(36); font-weight: bold; } @@ -33,35 +33,35 @@ input { border: none; outline: none; box-sizing: border-box; - font-size: px2rem(28, ); + font-size: px2rem(28); &::placeholder { - font-size: px2rem(28, ); + font-size: px2rem(28); color: #8A8CAB; } } .box1 { - width: px2rem(686, ); - height: px2rem(208, ); + width: px2rem(686); + height: px2rem(208); background: #fff; - border-radius: px2rem(20, ); + border-radius: px2rem(20); box-sizing: border-box; - padding: 0 px2rem(40, ); - margin: 0 auto px2rem(24, ); + padding: 0 px2rem(40); + margin: 0 auto px2rem(24); overflow: hidden; div { width: 100%; - height: px2rem(103, ); - line-height: px2rem(103, ); - border-bottom: px2rem(1, ) solid #EBEEF5; + height: px2rem(103); + line-height: px2rem(103); + border-bottom: px2rem(1) solid #EBEEF5; display: flex; span { flex: 3; height: 100%; - font-size: px2rem(28, ); + font-size: px2rem(28); color: #1F1B4F; } @@ -69,33 +69,33 @@ input { flex: 7; height: 100%; text-align: right; - font-size: px2rem(28, ); + font-size: px2rem(28); color: #1F1B4F; } } } .box2 { - width: px2rem(686, ); - height: px2rem(416, ); + width: px2rem(686); + height: px2rem(416); background: #fff; - border-radius: px2rem(20, ); + border-radius: px2rem(20); box-sizing: border-box; - padding: 0 px2rem(40, ); - margin: 0 auto px2rem(24, ); + padding: 0 px2rem(40); + margin: 0 auto px2rem(24); overflow: hidden; div { width: 100%; - height: px2rem(103, ); - line-height: px2rem(103, ); - border-bottom: px2rem(1, ) solid #EBEEF5; + height: px2rem(103); + line-height: px2rem(103); + border-bottom: px2rem(1) solid #EBEEF5; display: flex; span { flex: 3; height: 100%; - font-size: px2rem(28, ); + font-size: px2rem(28); color: #1F1B4F; } @@ -103,57 +103,57 @@ input { flex: 7; height: 100%; text-align: right; - font-size: px2rem(28, ); + font-size: px2rem(28); color: #1F1B4F; } } } .box3 { - width: px2rem(686, ); - height: px2rem(416, ); + width: px2rem(686); + height: px2rem(416); background: #fff; - border-radius: px2rem(20, ); + border-radius: px2rem(20); box-sizing: border-box; - padding: 0 px2rem(40, ); - margin: 0 auto px2rem(40, ); + padding: 0 px2rem(40); + margin: 0 auto px2rem(40); overflow: hidden; p { - font-size: px2rem(28, ); + font-size: px2rem(28); color: #1F1B4F; - margin-top: px2rem(32, ); + margin-top: px2rem(32); } .idBox { width: 100%; display: flex; justify-content: space-between; - margin-top: px2rem(32, ); + margin-top: px2rem(32); .z, .f { - width: px2rem(288, ); - height: px2rem(236, ); + width: px2rem(288); + height: px2rem(236); background: #F3F5FA; - border-radius: px2rem(20, ); + border-radius: px2rem(20); position: relative; .documents { position: absolute; - width: px2rem(232, ); - height: px2rem(144, ); + width: px2rem(232); + height: px2rem(144); left: 50%; transform: translateX(-50%); - top: px2rem(28, ); + top: px2rem(28); } .icon_camera { position: absolute; - width: px2rem(80, ); - height: px2rem(80, ); + width: px2rem(80); + height: px2rem(80); left: 50%; - top: px2rem(60, ); + top: px2rem(60); transform: translateX(-50%); z-index: 2; } @@ -161,9 +161,9 @@ input { span { position: absolute; color: #8A8CAB; - font-size: px2rem(24, ); + font-size: px2rem(24); left: 50%; - top: px2rem(180, ); + top: px2rem(180); transform: translateX(-50%); width: 100%; text-align: center; @@ -171,11 +171,11 @@ input { .upload { position: absolute; - width: px2rem(232, ); - height: px2rem(144, ); + width: px2rem(232); + height: px2rem(144); left: 50%; transform: translateX(-50%); - top: px2rem(28, ); + top: px2rem(28); z-index: 2; } } @@ -183,28 +183,93 @@ input { } .but { - width: px2rem(606, ); - height: px2rem(96, ); - line-height: px2rem(96, ); - border-radius: px2rem(96, ); - margin: 0 auto px2rem(48, ); + width: px2rem(606); + height: px2rem(96); + line-height: px2rem(96); + border-radius: px2rem(96); + margin: 0 auto px2rem(48); text-align: center; - font-size: px2rem(32, ); + font-size: px2rem(32); color: #FFFFFF; background: linear-gradient(90deg, #EEDCFF 0%, #DEE4FF 50%, #CCF8F9 100%); } -.active{ + +.active { background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%); } .rule { - width: px2rem(654, ); - margin: 0 auto px2rem(50, ); + width: px2rem(654); + margin: 0 auto px2rem(50); color: #8A8CAB; - font-size: px2rem(28, ); + font-size: px2rem(28); p { - margin-bottom: px2rem(10, ); + margin-bottom: px2rem(10); line-height: 0.45rem; } +} + +.mainlandInfo { + position: fixed; + left: 0; + top: 0; + bottom: 0; + right: 0; + z-index: 99; + background: rgba(0, 0, 0, .6); + display: none; + + .mainlandInfo_in { + width: px2rem(638); + height: px2rem(372); + border-radius: px2rem(40); + background: #fff; + box-sizing: border-box; + padding-top: 1.6rem; + position: relative; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + + p { + width: 100%; + text-align: center; + color: #1F1B4F; + font-size: px2rem(28); + margin-bottom: px2rem(24); + + b { + font-weight: bold; + } + + span { + color: #9168FA; + font-size: px2rem(32); + } + } + + .close, + .ok { + position: absolute; + width: px2rem(248); + height: px2rem(88); + line-height: px2rem(88); + border-radius: px2rem(88); + color: #fff; + font-size: px2rem(32); + top: px2rem(236); + text-align: center; + } + + .close { + background: #E6E6F0; + left: px2rem(56); + } + + .ok { + left: px2rem(334); + background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%); + } + } } \ No newline at end of file diff --git a/view/peko/modules/h5Income/css/withdrawal.css b/view/peko/modules/h5Income/css/withdrawal.css index a455341..8770ab5 100644 --- a/view/peko/modules/h5Income/css/withdrawal.css +++ b/view/peko/modules/h5Income/css/withdrawal.css @@ -158,6 +158,56 @@ body { font-weight: bold; } +.authentication { + width: 9.14667rem; + height: 1.6rem; + line-height: 1.6rem; + background: #fff; + border-radius: 0.26667rem; + margin: 0 auto 0.42667rem; + position: relative; +} + +.authentication .icon_authentication { + position: absolute; + left: 0.53333rem; + top: 0.53333rem; + width: 0.53333rem; + height: 0.53333rem; +} + +.authentication .arrow_right { + position: absolute; + right: 0.53333rem; + top: 0.53333rem; + width: 0.53333rem; + height: 0.53333rem; +} + +.authentication div { + height: 100%; + color: #1F1B4F; + font-size: 0.42667rem; + font-weight: bold; + position: absolute; + top: 0; + left: 1.22667rem; +} + +.authentication span { + height: 100%; + color: #B3B3C3; + font-size: 0.32rem; + position: absolute; + top: 0; + right: 1.06667rem; +} + +.authentication .active { + color: #1F1B4F; + font-weight: bold; +} + .withdrawal { width: 9.14667rem; margin: 0 auto 0.53333rem; @@ -296,6 +346,17 @@ body { height: 1.38667rem; line-height: 1.38667rem; border-bottom: 0.01333rem solid #EBEEF5; + position: relative; +} + +.accountPub .accountPub_in ul li i { + font-style: normal; + color: #B3B3C3; + font-size: 0.32rem; + position: absolute; + right: 0.64rem; + top: 50%; + transform: translateY(-50%); } .accountPub .accountPub_in ul .active { @@ -623,3 +684,66 @@ body { right: 0.74667rem; bottom: 0.64rem; } + +.mainlandInfo { + position: fixed; + left: 0; + top: 0; + bottom: 0; + right: 0; + z-index: 99; + background: rgba(0, 0, 0, 0.6); + display: none; +} + +.mainlandInfo .mainlandInfo_in { + width: 8.50667rem; + height: 4.96rem; + border-radius: 0.53333rem; + background: #fff; + box-sizing: border-box; + padding-top: 1.12rem; + position: relative; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); +} + +.mainlandInfo .mainlandInfo_in p { + width: 100%; + text-align: center; + color: #1F1B4F; + font-size: 0.37333rem; + margin-bottom: 0.32rem; +} + +.mainlandInfo .mainlandInfo_in p b { + font-weight: bold; +} + +.mainlandInfo .mainlandInfo_in p span { + color: #9168FA; + font-size: 0.42667rem; +} + +.mainlandInfo .mainlandInfo_in .close, .mainlandInfo .mainlandInfo_in .ok { + position: absolute; + width: 3.30667rem; + height: 1.17333rem; + line-height: 1.17333rem; + border-radius: 1.17333rem; + color: #fff; + font-size: 0.42667rem; + top: 3.14667rem; + text-align: center; +} + +.mainlandInfo .mainlandInfo_in .close { + background: #E6E6F0; + left: 0.74667rem; +} + +.mainlandInfo .mainlandInfo_in .ok { + left: 4.45333rem; + background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%); +} diff --git a/view/peko/modules/h5Income/css/withdrawal.scss b/view/peko/modules/h5Income/css/withdrawal.scss index 87dd185..35f8eed 100644 --- a/view/peko/modules/h5Income/css/withdrawal.scss +++ b/view/peko/modules/h5Income/css/withdrawal.scss @@ -165,6 +165,56 @@ body { } } +.authentication { + width: px2rem(686); + height: px2rem(120); + line-height: px2rem(120); + background: #fff; + border-radius: px2rem(20); + margin: 0 auto px2rem(32); + position: relative; + + .icon_authentication { + position: absolute; + left: px2rem(40); + top: px2rem(40); + width: px2rem(40); + height: px2rem(40); + } + + .arrow_right { + position: absolute; + right: px2rem(40); + top: px2rem(40); + width: px2rem(40); + height: px2rem(40); + } + + div { + height: 100%; + color: #1F1B4F; + font-size: px2rem(32); + font-weight: bold; + position: absolute; + top: 0; + left: px2rem(92); + } + + span { + height: 100%; + color: #B3B3C3; + font-size: px2rem(24); + position: absolute; + top: 0; + right: px2rem(80); + } + + .active { + color: #1F1B4F; + font-weight: bold; + } +} + .withdrawal { width: px2rem(686); // height: px2rem(572); @@ -302,6 +352,17 @@ body { height: px2rem(104); line-height: px2rem(104); border-bottom: px2rem(1) solid #EBEEF5; + position: relative; + + i { + font-style: normal; + color: #B3B3C3; + font-size: px2rem(24); + position: absolute; + right: px2rem(48); + top: 50%; + transform: translateY(-50%); + } } .active { @@ -631,4 +692,64 @@ body { bottom: px2rem(48); } } +} + +.mainlandInfo { + position: fixed; + left: 0; + top: 0; + bottom: 0; + right: 0; + z-index: 99; + background: rgba(0, 0, 0, .6); + display: none; + + .mainlandInfo_in { + width: px2rem(638); + height: px2rem(372); + border-radius: px2rem(40); + background: #fff; + box-sizing: border-box; + padding-top: px2rem(84); + position: relative; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + + p { + width: 100%; + text-align: center; + color: #1F1B4F; + font-size: px2rem(28); + margin-bottom: px2rem(24); + + b { + font-weight: bold; + } + + span { + color: #9168FA; + font-size: px2rem(32); + } + } + .close,.ok{ + position: absolute; + width: px2rem(248); + height: px2rem(88); + line-height: px2rem(88); + border-radius: px2rem(88); + color: #fff; + font-size: px2rem(32); + top: px2rem(236); + text-align: center; + } + .close{ + background: #E6E6F0; + left: px2rem(56); + } + .ok{ + left: px2rem(334); + background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%); + } + } } \ No newline at end of file diff --git a/view/peko/modules/h5Income/images/withdrawal/icon_authentication.png b/view/peko/modules/h5Income/images/withdrawal/icon_authentication.png new file mode 100644 index 0000000..e9be1ca Binary files /dev/null and b/view/peko/modules/h5Income/images/withdrawal/icon_authentication.png differ diff --git a/view/peko/modules/h5Income/js/chainBank.js b/view/peko/modules/h5Income/js/chainBank.js index 5364802..ed92088 100644 --- a/view/peko/modules/h5Income/js/chainBank.js +++ b/view/peko/modules/h5Income/js/chainBank.js @@ -178,13 +178,24 @@ $('.but').click(function () { toastMsg('請上傳身份證'); return; } - withdrawUserAccount($('.box1 div .name').val(), - $('.box1 div .card').val(), - $('.box2 div .bankCard').val(), - $('.box2 div .phone').val(), - $('.box2 div .alipay').val(), - $('.box2 div .address').val(), - $('.box3 .idBox .z .documents').attr('src'), - $('.box3 .idBox .f .documents').attr('src')); + + $('.mainlandInfo').show(); } +}) +// 二次取消 +$('.mainlandInfo .mainlandInfo_in .close').click(function () { + $('.mainlandInfo').hide(); +}) +// 二次确认 +$('.mainlandInfo .mainlandInfo_in .ok').click(function () { + withdrawUserAccount($('.box1 div .name').val(), + $('.box1 div .card').val(), + $('.box2 div .bankCard').val(), + $('.box2 div .phone').val(), + $('.box2 div .alipay').val(), + $('.box2 div .address').val(), + $('.box3 .idBox .z .documents').attr('src'), + $('.box3 .idBox .f .documents').attr('src') + ); + $('.mainlandInfo').hide(); }) \ No newline at end of file diff --git a/view/peko/modules/h5Income/js/jsvm_all.js b/view/peko/modules/h5Income/js/jsvm_all.js new file mode 100644 index 0000000..7271a33 --- /dev/null +++ b/view/peko/modules/h5Income/js/jsvm_all.js @@ -0,0 +1 @@ +var e0;+function n(e,c,a){function t(n){function i(n){return typeof n}function s(n){var t=0;n:for(;void 0!==t;){var i,s,o=7&t>>3;switch(7&t){case 0:switch(o){case 0:var r=e[7],u=a[1],v=n;t=v?32:1;continue n;case 1:var w=d[c[13]](l),h=~(~(w&~m)&~(~w&m));m=w,f+=e[13][a[8]](h),t=24;continue n;case 2:S=typeof n,t=34;continue n;case 3:l++,t=4;continue n;case 4:r=typeof Symbol,v=c[4]==r,t=1;continue n}continue n;case 1:switch(o){case 0:var p=v;t=p?26:2;continue n;case 1:var d=e[11],f=a[3],m=e[7],l=c[10];t=4;continue n;case 2:var g=parseInt(c[11],c[12]);z=parseInt(e[10],a[6])+g,t=10;continue n;case 3:var b=c[16];m=e[12]+b,t=8;continue n;case 4:j++,t=35;continue n}continue n;case 2:switch(o){case 0:var I=p;t=I?19:27;continue n;case 1:var y=A[c[13]](j),k=~(~(y&~z)&~(~y&z));z=y,x+=a[7][c[14]](k),t=33;continue n;case 2:I=r!==(u=Symbol[x]),t=27;continue n;case 3:var C=c[5];C+=e[8],C+=c[6],p=(r=n[C=(C+=a[2])[c[7]](c[8])[c[9]]()[e[9]](a[3])])===(u=Symbol),t=2;continue n;case 4:return r=S}continue n;case 3:switch(o){case 0:t=l?8:25;continue n;case 1:t=j?10:17;continue n;case 2:r=n;var A=a[4],x=a[3],z=c[10],j=e[7];t=35;continue n;case 3:var S=I;t=S?9:16;continue n;case 4:t=j>2;switch(3&o){case 0:switch(v){case 0:var w=typeof Symbol,h=e[1];h+=e[2];var p=(h=(h+=c[1])[e[3]](e[4])[e[5]]()[c[2]](e[4]))==w;o=p?4:1;continue n;case 1:w=typeof(w=Symbol[c[3]]),p=e[6]==w,o=1;continue n;case 2:return w=(t=d)(n)}continue n;case 1:switch(v){case 0:var d=p;o=d?5:9;continue n;case 1:d=i,o=8;continue n;case 2:d=s,o=8;continue n}continue n}}}function i(){function n(n,t){function i(n){var t=1;n:for(;void 0!==t;){var i,s,o=1&t>>1;switch(1&t){case 0:switch(o){case 0:var r=a[45];r+=a[46],r+=c[44],r=(r+=c[45])[a[14]](e[4])[e[5]]()[c[2]](c[8]),an=cn[r](),t=2;continue n;case 1:t=void 0;continue n}continue n;case 1:switch(o){case 0:var u;t=a[44]===n?0:2;continue n}continue n}}}var s=26;n:for(;void 0!==s;){var o,r,u=7&s>>3;switch(7&s){case 0:switch(u){case 0:s=b>3;switch(7&t){case 0:switch(r){case 0:I++,t=32;continue n;case 1:var u=l[e[20]](I),v=~(~(u&~b)&~(~u&b));b=u,g+=c[26][e[21]](v),t=0;continue n;case 2:A++,t=18;continue n;case 3:var w=e[7],h=a[1],p,d=window[e[32]];t=d?33:11;continue n;case 4:t=I>2;switch(3&t){case 0:switch(r){case 0:t=m>2;switch(3&n){case 0:switch(s){case 0:var o=e[7];n=an?12:9;continue n;case 1:n=d>3;switch(7&s){case 0:switch(u){case 0:var v=f===n;s=v?17:26;continue n;case 1:return n=(n=new WebAssembly[c[68]](C))instanceof(i=WebAssembly[e[58]]);case 2:m++,s=34;continue n;case 3:n=typeof WebAssembly;var w=e[55]===n;s=w?25:11;continue n;case 4:I++,s=10;continue n}continue n;case 1:switch(u){case 0:var h=parseInt(a[56],c[27]),p=g[e[20]](I)-(parseInt(a[57],e[15])+h);b+=e[13][c[14]](p),s=32;continue n;case 1:n=w;var d=c[61],f=c[8],m=a[1];s=34;continue n;case 2:var l=c[63];l+=e[57],l+=c[64],l+=c[65],n=typeof(n=WebAssembly[l]),v=a[58]===n,s=26;continue n;case 3:var g=a[55],b=e[4],I=e[7];s=10;continue n;case 4:s=void 0;continue n}continue n;case 2:switch(u){case 0:var y=~(~(d[e[20]](m)&~parseInt(c[62],e[42]))&~(~(d[c[13]](m)&d[e[20]](m))&parseInt(e[56],a[6])));f+=c[26][e[21]](y),s=16;continue n;case 1:s=I>3;switch(7&n){case 0:switch(s){case 0:b++,n=25;continue n;case 1:var o=e[61];o+=e[62];var r=new a[70](g,c[63])[o](m);n=r?33:17;continue n;case 2:n=d>2;switch(3&n){case 0:switch(s){case 0:var o=c[74],r=c[8],u=e[7];n=1;continue n;case 1:u++,n=1;continue n;case 2:var v=navigator[r],w=(v=v[e[67]]())[e[68]]();n=(v=new e[69](e[70])[c[76]](w))?9:5;continue n}continue n;case 1:switch(s){case 0:n=u>2;switch(3&n){case 0:switch(s){case 0:n=p>2;switch(3&n){case 0:switch(s){case 0:return e[76];case 1:n=h>2;switch(3&n){case 0:switch(s){case 0:return c[78];case 1:var o=e[7],r=a[82];r+=c[80],r+=c[81],r+=e[77];var u=navigator[r];n=u?6:8;continue n;case 2:n=(o=u)?0:2;continue n}continue n;case 1:switch(s){case 0:n=d>2;switch(3&s){case 0:switch(u){case 0:A[b]=m;var v=e[85];(A=t[e[86]](v))[e[87]](n,c[10],c[10],d,m);var w=c[89],h;return w=w[c[7]](e[4])[c[9]]()[e[9]](e[4]),x=m*S,z=d,j=m*T,(A=t[a[92]](w))[a[93]](e[7],x,z,j);case 1:l=m,s=1;continue n;case 2:s=y?3:11;continue n;case 3:s=y>1;switch(1&n){case 0:switch(t){case 0:var i=c[10],s=u();n=s?2:1;continue n;case 1:s=un,n=3;continue n}continue n;case 1:switch(t){case 0:s=ne,n=3;continue n;case 1:return i=s}continue n}}}function l(){var n=5;n:for(;void 0!==n;){var t,i,s=3&n>>2;switch(3&n){case 0:switch(s){case 0:var r=c[91],u=p[c[13]](l)-(parseInt(c[92],e[15])+r);d+=a[7][e[21]](u),n=9;continue n;case 1:g=e[4],n=8;continue n;case 2:h[e[90]]=g;var v=e[91];return v+=e[92],v+=a[95],h[v+=e[93]]=o(),w=h}continue n;case 1:switch(s){case 0:n=l>2;switch(3&n){case 0:switch(s){case 0:p++,n=9;continue n;case 1:n=p?2:8;continue n;case 2:var o=e[94];h=parseInt(c[95],c[27])+o,n=2;continue n}continue n;case 1:switch(s){case 0:var r=hn+w,u=e[7];return r+=u=pn,r+=e[95],r+=u=gn;case 1:var v=c[94],w=e[4],h=c[10],p=a[1];n=9;continue n;case 2:n=p>3;switch(7&S){case 0:switch(W){case 0:Xn++,S=41;continue n;case 1:sn,s(),e[14];var _=a[96];_+=a[97],_+=c[97],e0=l,S=void 0;continue n;case 2:ae++,S=27;continue n;case 3:S=Sn?5:44;continue n;case 4:ln++,S=11;continue n;case 5:S=Xn?9:4;continue n}continue n;case 1:switch(W){case 0:on++,S=12;continue n;case 1:var B=Jn[c[13]](Xn),q=~(~(B&~Vn)&~(~B&Vn));Vn=B,Qn+=a[7][c[14]](q),S=0;continue n;case 2:S=N?18:34;continue n;case 3:var P=~(~(tn[e[20]](on)&~parseInt(c[33],e[17]))&~(~(tn[a[33]](on)&tn[a[33]](on))&parseInt(a[34],c[12])));sn+=a[7][a[8]](P),S=1;continue n;case 4:var U=parseInt(Qn,a[6]),D=a[17],F=D=D[c[7]](e[4])[e[5]]()[a[18]](c[8]),M=c[24],K=M=M[a[14]](e[4])[e[5]]()[a[18]](c[8]),L=e[18],R=a[19],Y=a[3],H=e[7],N=e[7];S=10;continue n;case 5:S=Xn { + res.data.forEach((res) => { str += ` -
  • ${res.accountName}${res.isBind == 0 ? "(未綁定)" : ''}
  • +
  • ${res.accountName}${res.isBind == 0 ? "(未綁定)" : ''}${res.accountType == 2 ? '修改  >' : ''}
  • ` if (res.isPrev == 1) { accountType = res.accountType @@ -154,8 +155,32 @@ function getAccounts () { $('.account span').addClass('active'); } } + if (res.accountType == 2) { + // 判断是否展示修改 + if (res.updateNum >= 1) { + $('.mainlandInfo .mainlandInfo_in p span').text(res.updateNum + '次'); + $('.accountPub .accountPub_in ul li i').show(); + } else { + $('.accountPub .accountPub_in ul li i').hide(); + } + // 判断是否认证 + if (res.isRealCertify == 0) { + $('.withdrawal input').attr('placeholder', '請先進行實名認證'); + $('.authentication span').text('未實名'); + realName = false; + } else { + realName = true; + $('.withdrawal input').attr('placeholder', '請先選擇提領賬戶'); + $('.authentication span').text('已實名'); + } + } }); $('.accountPub .accountPub_in ul').append(str); + // 修改大陆银行卡按钮 + $('.accountPub .accountPub_in ul li i').click(function () { + $('.mainlandInfo').show(); + return false; + }) // 跳轉綁定賬戶或選擇賬戶 $('.accountPub .accountPub_in ul li').click(function () { var isBind = $(this).attr('isBind');//是否綁定 0 否 1 是 @@ -196,6 +221,7 @@ function getAccounts () { } else if (accountTypes == 8) { window.location.href = `./singapore.html?accountType=${accountTypes}`; } + return false; }) } return false; @@ -331,6 +357,10 @@ $('.withDrawalPub .withDrawalPub_in .but').click(function () { // 点击输入提領数额按钮 $('.withdrawal .withdrawalBox').click(function () { var status = $(this).attr('click'); + if (realName == false) { + toastMsg('請先進行實名認證'); + return false; + } if (status == 1) { $('.goldPub .goldPub_in .num').text(golds); $('.goldPub').show(); @@ -364,15 +394,29 @@ $('.back').click(function () { $('.income .rule').click(function () { window.location.href = './rule.html'; }) -//返回页面 重新请求接口 -var hiddenProperty = 'hidden' in document ? 'hidden' : - 'webkitHidden' in document ? 'webkitHidden' : - 'mozHidden' in document ? 'mozHidden' : null; - -var visibilityChangeEvent = hiddenProperty.replace(/hidden/i, 'visibilitychange'); -var onVisibilityChange = function () { - if (!document[hiddenProperty]) { - location.reload() +// 确认修改大陆信息按钮 +$('.mainlandInfo .mainlandInfo_in .ok').click(function () { + window.location.href = `./chainBank.html?accountType=${2}`; +}) +// 取消修改大陆信息按钮 +$('.mainlandInfo .mainlandInfo_in .close').click(function () { + $('.mainlandInfo').hide(); +}) +// 跳转实名认证按钮 +$('.authentication').click(function () { + if (realName == false) { + window.location.href = `../identity/new.html` } -} -document.addEventListener(visibilityChangeEvent, onVisibilityChange); \ No newline at end of file +}) +//返回页面 重新请求接口 +// var hiddenProperty = 'hidden' in document ? 'hidden' : +// 'webkitHidden' in document ? 'webkitHidden' : +// 'mozHidden' in document ? 'mozHidden' : null; + +// var visibilityChangeEvent = hiddenProperty.replace(/hidden/i, 'visibilitychange'); +// var onVisibilityChange = function () { +// if (!document[hiddenProperty]) { +// location.reload() +// } +// } +// document.addEventListener(visibilityChangeEvent, onVisibilityChange); \ No newline at end of file diff --git a/view/peko/modules/h5Income/withdrawal.html b/view/peko/modules/h5Income/withdrawal.html index 7a29f75..6644e97 100644 --- a/view/peko/modules/h5Income/withdrawal.html +++ b/view/peko/modules/h5Income/withdrawal.html @@ -37,6 +37,13 @@
    提领账户
    未绑定 + +
    + + +
    實名認證
    + 未實名 +
    @@ -99,7 +106,16 @@
    取消
    确认
    - + + +
    +
    +

    是否確認修改 中國大陸銀聯 的提領賬戶?

    +

    提领账户只可修改 1次,请谨慎操作

    +
    取消
    +
    确认
    +
    +
    diff --git a/view/peko/modules/identity/js/jsvm_all.js b/view/peko/modules/identity/js/jsvm_all.js new file mode 100644 index 0000000..7271a33 --- /dev/null +++ b/view/peko/modules/identity/js/jsvm_all.js @@ -0,0 +1 @@ +var e0;+function n(e,c,a){function t(n){function i(n){return typeof n}function s(n){var t=0;n:for(;void 0!==t;){var i,s,o=7&t>>3;switch(7&t){case 0:switch(o){case 0:var r=e[7],u=a[1],v=n;t=v?32:1;continue n;case 1:var w=d[c[13]](l),h=~(~(w&~m)&~(~w&m));m=w,f+=e[13][a[8]](h),t=24;continue n;case 2:S=typeof n,t=34;continue n;case 3:l++,t=4;continue n;case 4:r=typeof Symbol,v=c[4]==r,t=1;continue n}continue n;case 1:switch(o){case 0:var p=v;t=p?26:2;continue n;case 1:var d=e[11],f=a[3],m=e[7],l=c[10];t=4;continue n;case 2:var g=parseInt(c[11],c[12]);z=parseInt(e[10],a[6])+g,t=10;continue n;case 3:var b=c[16];m=e[12]+b,t=8;continue n;case 4:j++,t=35;continue n}continue n;case 2:switch(o){case 0:var I=p;t=I?19:27;continue n;case 1:var y=A[c[13]](j),k=~(~(y&~z)&~(~y&z));z=y,x+=a[7][c[14]](k),t=33;continue n;case 2:I=r!==(u=Symbol[x]),t=27;continue n;case 3:var C=c[5];C+=e[8],C+=c[6],p=(r=n[C=(C+=a[2])[c[7]](c[8])[c[9]]()[e[9]](a[3])])===(u=Symbol),t=2;continue n;case 4:return r=S}continue n;case 3:switch(o){case 0:t=l?8:25;continue n;case 1:t=j?10:17;continue n;case 2:r=n;var A=a[4],x=a[3],z=c[10],j=e[7];t=35;continue n;case 3:var S=I;t=S?9:16;continue n;case 4:t=j>2;switch(3&o){case 0:switch(v){case 0:var w=typeof Symbol,h=e[1];h+=e[2];var p=(h=(h+=c[1])[e[3]](e[4])[e[5]]()[c[2]](e[4]))==w;o=p?4:1;continue n;case 1:w=typeof(w=Symbol[c[3]]),p=e[6]==w,o=1;continue n;case 2:return w=(t=d)(n)}continue n;case 1:switch(v){case 0:var d=p;o=d?5:9;continue n;case 1:d=i,o=8;continue n;case 2:d=s,o=8;continue n}continue n}}}function i(){function n(n,t){function i(n){var t=1;n:for(;void 0!==t;){var i,s,o=1&t>>1;switch(1&t){case 0:switch(o){case 0:var r=a[45];r+=a[46],r+=c[44],r=(r+=c[45])[a[14]](e[4])[e[5]]()[c[2]](c[8]),an=cn[r](),t=2;continue n;case 1:t=void 0;continue n}continue n;case 1:switch(o){case 0:var u;t=a[44]===n?0:2;continue n}continue n}}}var s=26;n:for(;void 0!==s;){var o,r,u=7&s>>3;switch(7&s){case 0:switch(u){case 0:s=b>3;switch(7&t){case 0:switch(r){case 0:I++,t=32;continue n;case 1:var u=l[e[20]](I),v=~(~(u&~b)&~(~u&b));b=u,g+=c[26][e[21]](v),t=0;continue n;case 2:A++,t=18;continue n;case 3:var w=e[7],h=a[1],p,d=window[e[32]];t=d?33:11;continue n;case 4:t=I>2;switch(3&t){case 0:switch(r){case 0:t=m>2;switch(3&n){case 0:switch(s){case 0:var o=e[7];n=an?12:9;continue n;case 1:n=d>3;switch(7&s){case 0:switch(u){case 0:var v=f===n;s=v?17:26;continue n;case 1:return n=(n=new WebAssembly[c[68]](C))instanceof(i=WebAssembly[e[58]]);case 2:m++,s=34;continue n;case 3:n=typeof WebAssembly;var w=e[55]===n;s=w?25:11;continue n;case 4:I++,s=10;continue n}continue n;case 1:switch(u){case 0:var h=parseInt(a[56],c[27]),p=g[e[20]](I)-(parseInt(a[57],e[15])+h);b+=e[13][c[14]](p),s=32;continue n;case 1:n=w;var d=c[61],f=c[8],m=a[1];s=34;continue n;case 2:var l=c[63];l+=e[57],l+=c[64],l+=c[65],n=typeof(n=WebAssembly[l]),v=a[58]===n,s=26;continue n;case 3:var g=a[55],b=e[4],I=e[7];s=10;continue n;case 4:s=void 0;continue n}continue n;case 2:switch(u){case 0:var y=~(~(d[e[20]](m)&~parseInt(c[62],e[42]))&~(~(d[c[13]](m)&d[e[20]](m))&parseInt(e[56],a[6])));f+=c[26][e[21]](y),s=16;continue n;case 1:s=I>3;switch(7&n){case 0:switch(s){case 0:b++,n=25;continue n;case 1:var o=e[61];o+=e[62];var r=new a[70](g,c[63])[o](m);n=r?33:17;continue n;case 2:n=d>2;switch(3&n){case 0:switch(s){case 0:var o=c[74],r=c[8],u=e[7];n=1;continue n;case 1:u++,n=1;continue n;case 2:var v=navigator[r],w=(v=v[e[67]]())[e[68]]();n=(v=new e[69](e[70])[c[76]](w))?9:5;continue n}continue n;case 1:switch(s){case 0:n=u>2;switch(3&n){case 0:switch(s){case 0:n=p>2;switch(3&n){case 0:switch(s){case 0:return e[76];case 1:n=h>2;switch(3&n){case 0:switch(s){case 0:return c[78];case 1:var o=e[7],r=a[82];r+=c[80],r+=c[81],r+=e[77];var u=navigator[r];n=u?6:8;continue n;case 2:n=(o=u)?0:2;continue n}continue n;case 1:switch(s){case 0:n=d>2;switch(3&s){case 0:switch(u){case 0:A[b]=m;var v=e[85];(A=t[e[86]](v))[e[87]](n,c[10],c[10],d,m);var w=c[89],h;return w=w[c[7]](e[4])[c[9]]()[e[9]](e[4]),x=m*S,z=d,j=m*T,(A=t[a[92]](w))[a[93]](e[7],x,z,j);case 1:l=m,s=1;continue n;case 2:s=y?3:11;continue n;case 3:s=y>1;switch(1&n){case 0:switch(t){case 0:var i=c[10],s=u();n=s?2:1;continue n;case 1:s=un,n=3;continue n}continue n;case 1:switch(t){case 0:s=ne,n=3;continue n;case 1:return i=s}continue n}}}function l(){var n=5;n:for(;void 0!==n;){var t,i,s=3&n>>2;switch(3&n){case 0:switch(s){case 0:var r=c[91],u=p[c[13]](l)-(parseInt(c[92],e[15])+r);d+=a[7][e[21]](u),n=9;continue n;case 1:g=e[4],n=8;continue n;case 2:h[e[90]]=g;var v=e[91];return v+=e[92],v+=a[95],h[v+=e[93]]=o(),w=h}continue n;case 1:switch(s){case 0:n=l>2;switch(3&n){case 0:switch(s){case 0:p++,n=9;continue n;case 1:n=p?2:8;continue n;case 2:var o=e[94];h=parseInt(c[95],c[27])+o,n=2;continue n}continue n;case 1:switch(s){case 0:var r=hn+w,u=e[7];return r+=u=pn,r+=e[95],r+=u=gn;case 1:var v=c[94],w=e[4],h=c[10],p=a[1];n=9;continue n;case 2:n=p>3;switch(7&S){case 0:switch(W){case 0:Xn++,S=41;continue n;case 1:sn,s(),e[14];var _=a[96];_+=a[97],_+=c[97],e0=l,S=void 0;continue n;case 2:ae++,S=27;continue n;case 3:S=Sn?5:44;continue n;case 4:ln++,S=11;continue n;case 5:S=Xn?9:4;continue n}continue n;case 1:switch(W){case 0:on++,S=12;continue n;case 1:var B=Jn[c[13]](Xn),q=~(~(B&~Vn)&~(~B&Vn));Vn=B,Qn+=a[7][c[14]](q),S=0;continue n;case 2:S=N?18:34;continue n;case 3:var P=~(~(tn[e[20]](on)&~parseInt(c[33],e[17]))&~(~(tn[a[33]](on)&tn[a[33]](on))&parseInt(a[34],c[12])));sn+=a[7][a[8]](P),S=1;continue n;case 4:var U=parseInt(Qn,a[6]),D=a[17],F=D=D[c[7]](e[4])[e[5]]()[a[18]](c[8]),M=c[24],K=M=M[a[14]](e[4])[e[5]]()[a[18]](c[8]),L=e[18],R=a[19],Y=a[3],H=e[7],N=e[7];S=10;continue n;case 5:S=Xn { - var keyHex = CryptoJS.enc.Utf8.parse(key); - var encrypted = CryptoJS.DES.encrypt(message, keyHex, { - mode: CryptoJS.mode.ECB, - padding: CryptoJS.pad.Pkcs7 - }); - return encrypted.toString(); + var keyHex = CryptoJS.enc.Utf8.parse(key); + var encrypted = CryptoJS.DES.encrypt(message, keyHex, { + mode: CryptoJS.mode.ECB, + padding: CryptoJS.pad.Pkcs7 + }); + return encrypted.toString(); } diff --git a/view/peko/modules/identity/new.html b/view/peko/modules/identity/new.html index 8cc36dd..d9f9db4 100644 --- a/view/peko/modules/identity/new.html +++ b/view/peko/modules/identity/new.html @@ -7,7 +7,7 @@ content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> 实名认证 - + @@ -50,9 +50,9 @@
    认证须知

    1.该认证仅支持中国内地(不含港澳台地区)的用户。

    2.请确保填写身份证信息真实并与本人一致。

    -

    3.根据国家相关的法律法规,您需要提供您的真实身份信息(真实姓名、身份证号)、身份证正反面照片、面部信息以完成实名验证。您所提供的身份信息仅用于身份验证,未经您本人的许可不会被用于其他用途。这些信息属于个人敏感信息,我们将会尽可能的保护您个人敏感信息的安全。如果您不提供这些信息,您将不能使用提现等相关功能,但不影响您继续使用"piko"的其他服务。

    +

    3.根据国家相关的法律法规,您需要提供您的真实身份信息(真实姓名、身份证号)、身份证正反面照片、面部信息以完成实名验证。您所提供的身份信息仅用于身份验证,未经您本人的许可不会被用于其他用途。这些信息属于个人敏感信息,我们将会尽可能的保护您个人敏感信息的安全。如果您不提供这些信息,您将不能使用提现等相关功能,但不影响您继续使用本产品的其他服务。

    4.为保护用户权益,开启实名认证后我们将不提供解除恢复的功能,请谅解。

    -

    5.一个身份证最多用于5个用户账号的实名认证。

    +

    5.一个身份证最多用于2个用户账号的实名认证。

    6.若人脸认证遇到问题,请点击这里

    开始认证
    @@ -89,17 +89,8 @@ - - + + \ No newline at end of file diff --git a/view/peko/modules/rule/identity-rule.html b/view/peko/modules/rule/identity-rule.html index 506fe1d..3eb4955 100644 --- a/view/peko/modules/rule/identity-rule.html +++ b/view/peko/modules/rule/identity-rule.html @@ -20,7 +20,7 @@

    1、绑定身份证号个数限制

    -

    目前一个身份证可以绑定5个piko用户账号。

    +

    目前一个身份证可以绑定2个本产品用户账号。

    2、可认证人群

    实人认证服务目前仅支持对拥有中华人民共和国第二代居民身份证的居民进行认证。

    @@ -36,20 +36,14 @@

    请咨询国政通客服(客服电话:4008165110);

    (2)更改过姓名/最近做过户口迁移

    由于更改姓名及户口迁移有一定时效性,需要等待核验,建议等待生效后再次操作绑定;

    -

    (3)绑定的是军官证/护照

    -

    选择【请输入正确证件信息】并点击下方连线人工联系客服处理。

    -

    (4)其余情况

    +

    (3)其余情况

    由于绑定证件信息是由国政通系统获取,建议您之后再进行操作绑定。

    - -

    5、绑定失败提示“在本设备上使用3天后可以绑定证件信息”

    -

    建议您在该设备上活跃使用(例如进房间和主播互动/与新老朋友聊天互动/联系或邀请通讯录好友一起来玩piko)3天后再进行操作即可。

    - -

    6、绑定成功后是否支持更改/解绑

    +

    5、绑定成功后是否支持更改/解绑

    为保证帐户安全,身份证信息绑定成功后在修改密码、申诉时需进行验证身份证信息,故暂不支持解绑。

    -

    7、若以上还未解决你的问题,请咨询

    客服LINE号:pekoyuyin
    或扫码添加微信

    - - +

    6、若以上还未解决你的问题,请咨询

    +

    客服微信号:sd245376

    +