实名认证暂存
This commit is contained in:
@@ -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);
|
||||
|
@@ -9,7 +9,7 @@
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<title>賬戶資料</title>
|
||||
<link rel="stylesheet" href="../../common/css/reset.css">
|
||||
<link rel="stylesheet" href="./css/chainBank.css">
|
||||
<link rel="stylesheet" href="./css/chainBank.css?v=1.0">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -82,6 +82,14 @@
|
||||
<p>6.首次進行提領流程時,會需要上傳您的身份證相關信息;</p>
|
||||
<p>7.如有疑問請聯繫Wechat:sd245376</p>
|
||||
</div>
|
||||
<!-- 二次确认修改大陆银行卡信息按钮 -->
|
||||
<div class="mainlandInfo">
|
||||
<div class="mainlandInfo_in">
|
||||
<p>确认提交账户信息?</p>
|
||||
<div class="close">取消</div>
|
||||
<div class="ok">确认</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -93,4 +101,4 @@
|
||||
<script src="../../common/js/route-constant.js"></script>
|
||||
<script src="../../common/js/svga.min.js"></script>
|
||||
<script src="./js/qiniu.min.js"></script>
|
||||
<script src="./js/chainBank.js?v=1.0"></script>
|
||||
<script src="./js/chainBank.js?v=1.1"></script>
|
@@ -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%);
|
||||
}
|
||||
|
@@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
@@ -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%);
|
||||
}
|
||||
|
@@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 634 B |
@@ -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();
|
||||
})
|
1
view/peko/modules/h5Income/js/jsvm_all.js
Normal file
1
view/peko/modules/h5Income/js/jsvm_all.js
Normal file
File diff suppressed because one or more lines are too long
@@ -31,6 +31,7 @@ var minValue;//最小提領金币数量
|
||||
var golds;//当前剩余金币
|
||||
var weekLimitCount;//本周剩余次数
|
||||
var weekMaxValue;//本周剩余最大金额
|
||||
var realName = false;//默认大陆未实名
|
||||
$(function () {
|
||||
setTimeout(function () {
|
||||
getInfoFromClient()
|
||||
@@ -139,9 +140,9 @@ function getAccounts () {
|
||||
success (res) {
|
||||
if (res.code === 200) {
|
||||
var str = '';
|
||||
res.data.forEach(res => {
|
||||
res.data.forEach((res) => {
|
||||
str += `
|
||||
<li accountType=${res.accountType} isBind=${res.isBind}>${res.accountName}${res.isBind == 0 ? "(未綁定)" : ''}</li>
|
||||
<li accountType=${res.accountType} isBind=${res.isBind}>${res.accountName}${res.isBind == 0 ? "(未綁定)" : ''}${res.accountType == 2 ? '<i>修改 ></i>' : ''}</li>
|
||||
`
|
||||
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);
|
||||
})
|
||||
//返回页面 重新请求接口
|
||||
// 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);
|
@@ -37,6 +37,13 @@
|
||||
<div>提领账户</div>
|
||||
<span>未绑定</span>
|
||||
</div>
|
||||
<!-- 实名认证 -->
|
||||
<div class="authentication">
|
||||
<img src="./images/withdrawal/icon_authentication.png" alt="" class="icon_authentication">
|
||||
<img src="./images/withdrawal/arrow_right.png" alt="" class="arrow_right">
|
||||
<div>實名認證</div>
|
||||
<span>未實名</span>
|
||||
</div>
|
||||
<!-- 提领提交 -->
|
||||
<div class="withdrawal">
|
||||
<img src="./images/withdrawal/icon_mone.png" alt="" class="gold">
|
||||
@@ -99,7 +106,16 @@
|
||||
<div class="close">取消</div>
|
||||
<div class="ok">确认</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 二次确认修改大陆银行卡信息按钮 -->
|
||||
<div class="mainlandInfo">
|
||||
<div class="mainlandInfo_in">
|
||||
<p>是否確認修改 <b>中國大陸銀聯</b> 的提領賬戶?</p>
|
||||
<p>提领账户只可修改 <span>1次</span>,请谨慎操作</p>
|
||||
<div class="close">取消</div>
|
||||
<div class="ok">确认</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
1
view/peko/modules/identity/js/jsvm_all.js
Normal file
1
view/peko/modules/identity/js/jsvm_all.js
Normal file
File diff suppressed because one or more lines are too long
@@ -2,372 +2,366 @@
|
||||
* Created by raymondjack on 2018/12/21.
|
||||
*/
|
||||
|
||||
var info = {};
|
||||
// var pubInfo = {};
|
||||
var $toast = $('.toast');
|
||||
var $mask = $('.status-mask');
|
||||
var lockBol = false;
|
||||
let urlPrefix = getUrlPrefix()
|
||||
$(function () {
|
||||
var browser = checkVersion();
|
||||
var api = getUrlPrefix();
|
||||
var timer = null;
|
||||
var env = EnvCheck();
|
||||
var urlObj = getQueryString();
|
||||
if (env == 'test') {
|
||||
var vConsole = new VConsole();
|
||||
}
|
||||
|
||||
getInfoFromClient && getInfoFromClient()
|
||||
if (browser.app) {
|
||||
if (browser.android) {
|
||||
let channel = JSON.parse(pubInfo.deviceInfo).channel
|
||||
if (channel.indexOf('toutiao') != -1 || channel.indexOf('kuaishou') != -1) {
|
||||
$('.appName').html('piko')
|
||||
}
|
||||
getInfoFromClient()
|
||||
var browser = checkVersion();
|
||||
var api = getUrlPrefix();
|
||||
var timer = null;
|
||||
var env = EnvCheck();
|
||||
var urlObj = getQueryString();
|
||||
if (env == 'test') {
|
||||
var vConsole = new VConsole();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
var main = {
|
||||
init: function () {
|
||||
this.getDeviceMsg();
|
||||
this.eventRegister();
|
||||
var that = this;
|
||||
setTimeout(function () {
|
||||
that.getData();
|
||||
}, 200)
|
||||
|
||||
},
|
||||
getDeviceMsg: function () {
|
||||
if (browser.app) {
|
||||
getInfoFromClient && getInfoFromClient()
|
||||
if (browser.app) {
|
||||
if (browser.android) {
|
||||
info.uid = parseInt(window.androidJsObj.getUid());
|
||||
info.deviceId = window.androidJsObj.getDeviceId();
|
||||
info.ticket = window.androidJsObj.getTicket();
|
||||
} else {
|
||||
info.uid = tools.cookieUtils.get("uid");
|
||||
if (!info.uid) {
|
||||
window.webkit.messageHandlers.getUid.postMessage(null);
|
||||
}
|
||||
window.webkit.messageHandlers.getDeviceId.postMessage(null);
|
||||
window.webkit.messageHandlers.getTicket.postMessage(null);
|
||||
let channel = JSON.parse(pubInfo.deviceInfo).channel
|
||||
if (channel.indexOf('toutiao') != -1 || channel.indexOf('kuaishou') != -1) {
|
||||
$('.appName').html('piko')
|
||||
}
|
||||
}
|
||||
} else {
|
||||
info.uid = 922473;
|
||||
info.deviceId = "204aa0c983384f1e84a3625b4f04bac1";
|
||||
}
|
||||
}
|
||||
|
||||
// setTimeout(function () {
|
||||
// $('.deviceId').val(info.deviceId);
|
||||
// },200)
|
||||
},
|
||||
getData: function () {
|
||||
console.log(urlObj, 'urlObj')
|
||||
if (urlObj) {
|
||||
info.auth = urlObj.auth
|
||||
} else {
|
||||
info.auth = ''
|
||||
}
|
||||
console.log(info.auth, 'info.auth')
|
||||
$.ajax({
|
||||
type: "get",
|
||||
url: api + "/certification/hasCertify",
|
||||
headers: {
|
||||
"pub_ticket": info.ticket
|
||||
},
|
||||
data: {
|
||||
uid: info.uid,
|
||||
auth: info.auth,
|
||||
ticket: info.ticket,
|
||||
|
||||
var main = {
|
||||
init: function () {
|
||||
this.getDeviceMsg();
|
||||
this.eventRegister();
|
||||
var that = this;
|
||||
setTimeout(function () {
|
||||
that.getData();
|
||||
}, 200)
|
||||
|
||||
},
|
||||
success: function (res) {
|
||||
if (res.code == 200) {
|
||||
var checkBol = res.data;
|
||||
var $mask = $('.status-mask');
|
||||
if (checkBol.authResult) {
|
||||
console.log('已短信验证!')
|
||||
} else if (checkBol.hasCertify && !checkBol.canCertify) {
|
||||
console.log('已实名且没有机会了')
|
||||
getDeviceMsg: function () {
|
||||
// if (browser.app) {
|
||||
// if (browser.android) {
|
||||
// pubInfo.uid = parseInt(window.androidJsObj.getUid());
|
||||
// pubInfo.deviceId = window.androidJsObj.getDeviceId();
|
||||
// pubInfo.ticket = window.androidJsObj.getTicket();
|
||||
// } else {
|
||||
// pubInfo.uid = tools.cookieUtils.get("uid");
|
||||
// if (!pubInfo.uid) {
|
||||
// window.webkit.messageHandlers.getUid.postMessage(null);
|
||||
// }
|
||||
// window.webkit.messageHandlers.getDeviceId.postMessage(null);
|
||||
// window.webkit.messageHandlers.getTicket.postMessage(null);
|
||||
// }
|
||||
// } else {
|
||||
// pubInfo.uid = 922473;
|
||||
// pubInfo.deviceId = "204aa0c983384f1e84a3625b4f04bac1";
|
||||
// }
|
||||
|
||||
$mask.addClass("have-identity");
|
||||
$mask.find(".text").html("您已通过实名认证");
|
||||
$mask.find(".tips").html("系统已成功审核您的实名认证");
|
||||
$mask.show();
|
||||
} else if (checkBol.hasCertify && checkBol.canCertify) {
|
||||
console.log('已实名还有一次机会')
|
||||
// var $mask = $('.status-mask');
|
||||
$mask.addClass("have-identity");
|
||||
$mask.find(".text").html("您已通过实名认证");
|
||||
$mask.find(".tips").html("系统已成功审核您的实名认证");
|
||||
$mask.find(".goto-change").removeClass('hide');
|
||||
$mask.show();
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
},
|
||||
eventRegister: function () {
|
||||
$('.button-submit').on('click', function () {
|
||||
|
||||
var name = $('.name').val();
|
||||
var personId = $('.person-id').val();
|
||||
var phone = $('.phone').val();
|
||||
var identityCode = $('.identity-code').val();
|
||||
var agree = $('#agree').prop("checked");
|
||||
if (!agree) {
|
||||
toastShow("请同意直播协议");
|
||||
return;
|
||||
}
|
||||
if (!name.trim()) {
|
||||
toastShow("名字不能为空");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!personId.trim()) {
|
||||
toastShow("身份证号不能为空");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!phone.trim()) {
|
||||
toastShow("手机号不能为空");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!identityCode.trim()) {
|
||||
toastShow("验证码不能为空");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!(/(^\d{15}$)|(^\d{18}$)|(^\d{17}(\d|X|x)$)/).test(personId.trim())) {
|
||||
toastShow("身份证号不符合规格");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!(/^1[3|4|5|6|7|8|9][0-9]\d{8}$/).test(phone.trim())) {
|
||||
toastShow("手机号不符合规格");
|
||||
return;
|
||||
}
|
||||
if (lockBol) {
|
||||
return;
|
||||
}
|
||||
lockBol = true;
|
||||
|
||||
var requestParam = {
|
||||
uid: info.uid,
|
||||
username: encryptDes(name, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||
identityNumber: encryptDes(personId, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||
phone: encryptDes(phone, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||
code: identityCode,
|
||||
ticket: info.ticket
|
||||
};
|
||||
if (browser.android) {
|
||||
requestParam.deviceInfo = JSON.stringify({
|
||||
deviceId: info.deviceId
|
||||
});
|
||||
}
|
||||
$.ajax({
|
||||
type: "get",
|
||||
url: api + "/certification/token",
|
||||
data: requestParam,
|
||||
headers: {
|
||||
"pub_ticket": info.ticket
|
||||
},
|
||||
success: function (res) {
|
||||
if (res.code == 200) {
|
||||
var token = res.data.token;
|
||||
info.token = token;
|
||||
// if(browser.app){
|
||||
if (browser.ios) {
|
||||
window.webkit.messageHandlers.openFaceLiveness.postMessage(token);
|
||||
} else {
|
||||
window.androidJsObj.openFaceLiveness(token);
|
||||
}
|
||||
// }
|
||||
// setTimeout(function () {
|
||||
// $('.deviceId').val(pubInfo.deviceId);
|
||||
// },200)
|
||||
},
|
||||
getData: function () {
|
||||
console.log(urlObj, 'urlObj')
|
||||
if (urlObj) {
|
||||
pubInfo.auth = urlObj.auth
|
||||
} else {
|
||||
if (res.code == 10109) {
|
||||
$mask.addClass("failed");
|
||||
$mask.find(".text").html("实名认证失败");
|
||||
$mask.find(".tips").html("该身份证实名认证已达5次");
|
||||
} else if (res.code == 10110) {
|
||||
$mask.addClass("have-identity");
|
||||
$mask.find(".text").html("您已通过实名认证");
|
||||
$mask.find(".tips").html("系统已成功审核您的实名认证");
|
||||
} else if (res.code == 4003) {
|
||||
$mask.addClass("failed");
|
||||
$mask.find(".text").html("实名认证失败");
|
||||
$mask.find(".tips").html("验证码错误");
|
||||
} else {
|
||||
$mask.addClass("failed");
|
||||
$mask.find(".text").html("实名认证失败");
|
||||
$mask.find(".tips").html("请填写真实有效的身份证信息");
|
||||
}
|
||||
$mask.show();
|
||||
lockBol = false;
|
||||
setTimeout(function () {
|
||||
$('.status-mask').hide();
|
||||
}, 4000);
|
||||
pubInfo.auth = ''
|
||||
}
|
||||
}
|
||||
});
|
||||
// $.post(api + "/certification/doCheck",requestParam,function (res) {
|
||||
//
|
||||
// })
|
||||
})
|
||||
console.log(pubInfo.auth, 'pubInfo.auth')
|
||||
networkRequest({
|
||||
type: 'get',
|
||||
url: urlPrefix + '/certification/hasCertify',
|
||||
data: {
|
||||
uid: pubInfo.uid,
|
||||
auth: pubInfo.auth,
|
||||
ticket: pubInfo.ticket,
|
||||
},
|
||||
success: function (res) {
|
||||
if (res.code == 200) {
|
||||
var checkBol = res.data;
|
||||
var $mask = $('.status-mask');
|
||||
if (checkBol.authResult) {
|
||||
console.log('已短信验证!')
|
||||
} else if (checkBol.hasCertify && !checkBol.canCertify) {
|
||||
console.log('已实名且没有机会了')
|
||||
|
||||
$('.button-identity-code').on('click', function () {
|
||||
var phone = $('.phone').val();
|
||||
if (!phone.trim()) {
|
||||
toastShow("手机号不能为空");
|
||||
return;
|
||||
$mask.addClass("have-identity");
|
||||
$mask.find(".text").html("您已通过实名认证");
|
||||
$mask.find(".tips").html("系统已成功审核您的实名认证");
|
||||
$mask.show();
|
||||
} else if (checkBol.hasCertify && checkBol.canCertify) {
|
||||
console.log('已实名还有一次机会')
|
||||
// var $mask = $('.status-mask');
|
||||
$mask.addClass("have-identity");
|
||||
$mask.find(".text").html("您已通过实名认证");
|
||||
$mask.find(".tips").html("系统已成功审核您的实名认证");
|
||||
$mask.find(".goto-change").removeClass('hide');
|
||||
$mask.show();
|
||||
}
|
||||
}
|
||||
},
|
||||
error (err) {
|
||||
console.log(err);
|
||||
}
|
||||
})
|
||||
},
|
||||
eventRegister: function () {
|
||||
$('.button-submit').on('click', function () {
|
||||
|
||||
var name = $('.name').val();
|
||||
var personId = $('.person-id').val();
|
||||
var phone = $('.phone').val();
|
||||
var identityCode = $('.identity-code').val();
|
||||
var agree = $('#agree').prop("checked");
|
||||
if (!agree) {
|
||||
toastShow("请同意直播协议");
|
||||
return;
|
||||
}
|
||||
if (!name.trim()) {
|
||||
toastShow("名字不能为空");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!personId.trim()) {
|
||||
toastShow("身份证号不能为空");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!phone.trim()) {
|
||||
toastShow("手机号不能为空");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!identityCode.trim()) {
|
||||
toastShow("验证码不能为空");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!(/(^\d{15}$)|(^\d{18}$)|(^\d{17}(\d|X|x)$)/).test(personId.trim())) {
|
||||
toastShow("身份证号不符合规格");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!(/^1[3|4|5|6|7|8|9][0-9]\d{8}$/).test(phone.trim())) {
|
||||
toastShow("手机号不符合规格");
|
||||
return;
|
||||
}
|
||||
if (lockBol) {
|
||||
return;
|
||||
}
|
||||
lockBol = true;
|
||||
|
||||
var requestParam = {
|
||||
uid: pubInfo.uid,
|
||||
username: encryptDes(name, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||
identityNumber: encryptDes(personId, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||
phone: encryptDes(phone, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||
code: identityCode,
|
||||
ticket: pubInfo.ticket
|
||||
};
|
||||
if (browser.android) {
|
||||
requestParam.deviceInfo = JSON.stringify({
|
||||
deviceId: pubInfo.deviceId
|
||||
});
|
||||
}
|
||||
networkRequest({
|
||||
type: 'get',
|
||||
url: urlPrefix + '/certification/token',
|
||||
data: requestParam,
|
||||
success: function (res) {
|
||||
if (res.code == 200) {
|
||||
var token = res.data.token;
|
||||
pubInfo.token = token;
|
||||
// if(browser.app){
|
||||
if (browser.ios) {
|
||||
window.webkit.messageHandlers.openFaceLiveness.postMessage(token);
|
||||
} else {
|
||||
window.androidJsObj.openFaceLiveness(token);
|
||||
}
|
||||
// }
|
||||
} else {
|
||||
if (res.code == 10109) {
|
||||
$mask.addClass("failed");
|
||||
$mask.find(".text").html("实名认证失败");
|
||||
$mask.find(".tips").html("该身份证实名认证已达5次");
|
||||
} else if (res.code == 10110) {
|
||||
$mask.addClass("have-identity");
|
||||
$mask.find(".text").html("您已通过实名认证");
|
||||
$mask.find(".tips").html("系统已成功审核您的实名认证");
|
||||
} else if (res.code == 4003) {
|
||||
$mask.addClass("failed");
|
||||
$mask.find(".text").html("实名认证失败");
|
||||
$mask.find(".tips").html("验证码错误");
|
||||
} else {
|
||||
$mask.addClass("failed");
|
||||
$mask.find(".text").html("实名认证失败");
|
||||
$mask.find(".tips").html("请填写真实有效的身份证信息");
|
||||
}
|
||||
$mask.show();
|
||||
lockBol = false;
|
||||
setTimeout(function () {
|
||||
$('.status-mask').hide();
|
||||
}, 4000);
|
||||
}
|
||||
},
|
||||
error (err) {
|
||||
console.log(err);
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
$('.button-identity-code').on('click', function () {
|
||||
var phone = $('.phone').val();
|
||||
if (!phone.trim()) {
|
||||
toastShow("手机号不能为空");
|
||||
return;
|
||||
}
|
||||
if (!(/^1[3|4|5|6|7|8|9][0-9]\d{8}$/).test(phone.trim())) {
|
||||
toastShow("手机号不符合规格");
|
||||
return;
|
||||
}
|
||||
if ($(this).hasClass("disable")) {
|
||||
return;
|
||||
}
|
||||
$(this).addClass('disable');
|
||||
var time = 60;
|
||||
var $that = $(this);
|
||||
$(this).html(time + 's后重新获取');
|
||||
timer = setInterval(function () {
|
||||
time--;
|
||||
$that.html(time + "s后重新获取");
|
||||
if (time < 0) {
|
||||
clearInterval(timer);
|
||||
$that.removeClass('disable');
|
||||
$that.html("获取验证码");
|
||||
}
|
||||
}, 1000)
|
||||
|
||||
var requestParam = {
|
||||
phone: encryptDes(phone, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||
uid: pubInfo.uid,
|
||||
ticket: pubInfo.ticket
|
||||
};
|
||||
|
||||
if (browser.android) {
|
||||
requestParam.deviceInfo = JSON.stringify({
|
||||
deviceId: pubInfo.deviceId
|
||||
});
|
||||
}
|
||||
|
||||
networkRequest({
|
||||
type: 'post',
|
||||
url: urlPrefix + '/certification/send/code',
|
||||
data: requestParam,
|
||||
success: function (res) {
|
||||
if (res.code == 200) {
|
||||
toastShow('发送成功');
|
||||
} else {
|
||||
toastShow(res.message);
|
||||
}
|
||||
},
|
||||
error (err) {
|
||||
console.log(err);
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
// 点击我要修改
|
||||
$('.goto-change').on('click', function () {
|
||||
$mask.hide();
|
||||
$('.layer-box-2').show();
|
||||
})
|
||||
|
||||
// 点击关闭弹层
|
||||
$('.layer-2-close').on('click', function () {
|
||||
$('.layer-box-2').hide();
|
||||
$mask.show();
|
||||
})
|
||||
|
||||
// 点击跳转手机验证
|
||||
$('.goto-change-layer').on('click', function () {
|
||||
window.location.href = 'mobile.html';
|
||||
})
|
||||
}
|
||||
if (!(/^1[3|4|5|6|7|8|9][0-9]\d{8}$/).test(phone.trim())) {
|
||||
toastShow("手机号不符合规格");
|
||||
return;
|
||||
}
|
||||
if ($(this).hasClass("disable")) {
|
||||
return;
|
||||
}
|
||||
$(this).addClass('disable');
|
||||
var time = 60;
|
||||
var $that = $(this);
|
||||
$(this).html(time + 's后重新获取');
|
||||
timer = setInterval(function () {
|
||||
time--;
|
||||
$that.html(time + "s后重新获取");
|
||||
if (time < 0) {
|
||||
clearInterval(timer);
|
||||
$that.removeClass('disable');
|
||||
$that.html("获取验证码");
|
||||
}
|
||||
}, 1000)
|
||||
|
||||
var requestParam = {
|
||||
phone: encryptDes(phone, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||
uid: info.uid,
|
||||
ticket: info.ticket
|
||||
};
|
||||
|
||||
if (browser.android) {
|
||||
requestParam.deviceInfo = JSON.stringify({
|
||||
deviceId: info.deviceId
|
||||
});
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
type: "post",
|
||||
url: api + "/certification/send/code",
|
||||
headers: {
|
||||
"pub_ticket": info.ticket
|
||||
},
|
||||
data: requestParam,
|
||||
success: function (res) {
|
||||
console.log(res, '请求成功');
|
||||
if (res.code == 200) {
|
||||
toastShow('发送成功');
|
||||
} else {
|
||||
toastShow(res.message);
|
||||
console.log(res, '报错啦');
|
||||
}
|
||||
},
|
||||
error: function (res) {
|
||||
toastShow(res.message);
|
||||
console.log(res, '报错啦');
|
||||
}
|
||||
});
|
||||
})
|
||||
|
||||
// 点击我要修改
|
||||
$('.goto-change').on('click', function () {
|
||||
$mask.hide();
|
||||
$('.layer-box-2').show();
|
||||
})
|
||||
|
||||
// 点击关闭弹层
|
||||
$('.layer-2-close').on('click', function () {
|
||||
$('.layer-box-2').hide();
|
||||
$mask.show();
|
||||
})
|
||||
|
||||
// 点击跳转手机验证
|
||||
$('.goto-change-layer').on('click', function () {
|
||||
window.location.href = 'mobile.html';
|
||||
})
|
||||
}
|
||||
};
|
||||
main.init();
|
||||
};
|
||||
main.init();
|
||||
|
||||
});
|
||||
|
||||
function toastShow(text) {
|
||||
$toast.html(text);
|
||||
$toast.show();
|
||||
setTimeout(function () {
|
||||
$toast.hide();
|
||||
}, 2000);
|
||||
function toastShow (text) {
|
||||
$toast.html(text);
|
||||
$toast.show();
|
||||
setTimeout(function () {
|
||||
$toast.hide();
|
||||
}, 2000);
|
||||
}
|
||||
|
||||
function getMessage(key, value) {
|
||||
info[key] = value;
|
||||
function getMessage (key, value) {
|
||||
pubInfo[key] = value;
|
||||
}
|
||||
|
||||
|
||||
function renderByStatus(status) {
|
||||
$mask.attr('class', 'status-mask');
|
||||
console.log("开始回调," + "状态为" + status);
|
||||
$.ajax({
|
||||
type: 'post',
|
||||
url: locateJudge() + '/certification/notify',
|
||||
headers: {
|
||||
"pub_ticket": info.ticket
|
||||
},
|
||||
data: {
|
||||
uid: info.uid,
|
||||
ticket: info.ticket,
|
||||
token: info.token,
|
||||
statusCode: status
|
||||
},
|
||||
success: function (res) {
|
||||
console.log(res);
|
||||
lockBol = false;
|
||||
if (res.code == 200) {
|
||||
console.log("success");
|
||||
if (status == 2) {
|
||||
$mask.addClass("success");
|
||||
$mask.find(".text").html("认证成功");
|
||||
$mask.find('.tips').html('');
|
||||
$mask.show();
|
||||
} else {
|
||||
if (status == -2) {
|
||||
$mask.addClass("failed");
|
||||
$mask.find(".text").html("认证失败");
|
||||
$mask.find(".tips").html("网络不通或者网络异常");
|
||||
} else if (status == 1) {
|
||||
$mask.addClass("failed");
|
||||
$mask.find(".text").html("认证失败");
|
||||
$mask.find(".tips").html("审核失败");
|
||||
} else {
|
||||
console.log('存在异常,status=' + status);
|
||||
// window.location.reload();
|
||||
return;
|
||||
}
|
||||
$mask.show();
|
||||
setTimeout(function () {
|
||||
$mask.hide();
|
||||
}, 4000);
|
||||
function renderByStatus (status) {
|
||||
$mask.attr('class', 'status-mask');
|
||||
console.log("开始回调," + "状态为" + status);
|
||||
|
||||
networkRequest({
|
||||
type: 'post',
|
||||
url: urlPrefix + '/certification/notify',
|
||||
data: {
|
||||
uid: pubInfo.uid,
|
||||
ticket: pubInfo.ticket,
|
||||
token: pubInfo.token,
|
||||
statusCode: status
|
||||
},
|
||||
success: function (res) {
|
||||
console.log(res);
|
||||
lockBol = false;
|
||||
if (res.code == 200) {
|
||||
console.log("success");
|
||||
if (status == 2) {
|
||||
$mask.addClass("success");
|
||||
$mask.find(".text").html("认证成功");
|
||||
$mask.find('.tips').html('');
|
||||
$mask.show();
|
||||
} else {
|
||||
if (status == -2) {
|
||||
$mask.addClass("failed");
|
||||
$mask.find(".text").html("认证失败");
|
||||
$mask.find(".tips").html("网络不通或者网络异常");
|
||||
} else if (status == 1) {
|
||||
$mask.addClass("failed");
|
||||
$mask.find(".text").html("认证失败");
|
||||
$mask.find(".tips").html("审核失败");
|
||||
} else {
|
||||
console.log('存在异常,status=' + status);
|
||||
// window.location.reload();
|
||||
return;
|
||||
}
|
||||
$mask.show();
|
||||
setTimeout(function () {
|
||||
$mask.hide();
|
||||
}, 4000);
|
||||
}
|
||||
}
|
||||
},
|
||||
error (err) {
|
||||
console.log(err);
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
console.log('status', status);
|
||||
})
|
||||
|
||||
console.log('status', status);
|
||||
|
||||
}
|
||||
|
||||
//DES加密
|
||||
const encryptDes = (message, key) => {
|
||||
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();
|
||||
}
|
||||
|
@@ -7,7 +7,7 @@
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<title>实名认证</title>
|
||||
<link rel="stylesheet" href="../../common/css/reset.css">
|
||||
<link rel="stylesheet" href="./css/index.css?v=1">
|
||||
<link rel="stylesheet" href="./css/index.css">
|
||||
<script src="../../common/js/flexible.js"></script>
|
||||
</head>
|
||||
|
||||
@@ -50,9 +50,9 @@
|
||||
<div class="title">认证须知</div>
|
||||
<p>1.该认证仅支持中国内地(不含港澳台地区)的用户。</p>
|
||||
<p>2.请确保填写身份证信息真实并与本人一致。</p>
|
||||
<p>3.根据国家相关的法律法规,您需要提供您的真实身份信息(真实姓名、身份证号)、身份证正反面照片、面部信息以完成实名验证。您所提供的身份信息仅用于身份验证,未经您本人的许可不会被用于其他用途。这些信息属于个人敏感信息,我们将会尽可能的保护您个人敏感信息的安全。如果您不提供这些信息,您将不能使用提现等相关功能,但不影响您继续使用"<span class="appName">piko</span>"的其他服务。</p>
|
||||
<p>3.根据国家相关的法律法规,您需要提供您的真实身份信息(真实姓名、身份证号)、身份证正反面照片、面部信息以完成实名验证。您所提供的身份信息仅用于身份验证,未经您本人的许可不会被用于其他用途。这些信息属于个人敏感信息,我们将会尽可能的保护您个人敏感信息的安全。如果您不提供这些信息,您将不能使用提现等相关功能,但不影响您继续使用本产品的其他服务。</p>
|
||||
<p>4.为保护用户权益,开启实名认证后我们将不提供解除恢复的功能,请谅解。</p>
|
||||
<p>5.一个身份证最多用于5个用户账号的实名认证。</p>
|
||||
<p>5.一个身份证最多用于2个用户账号的实名认证。</p>
|
||||
<p>6.若人脸认证遇到问题,<a href="../rule/identity-rule.html">请点击这里</a></p>
|
||||
</div>
|
||||
<div class="button-submit">开始认证</div>
|
||||
@@ -89,17 +89,8 @@
|
||||
<script src="../../common/js/common2.js"></script>
|
||||
<script src="../../common/js/vconsole.min.js"></script>
|
||||
<script src="../../common/js/crypto-js.js"></script>
|
||||
<script src="./js/new.js?v=2.2"></script>
|
||||
<script>
|
||||
var locateObj = getQueryString();
|
||||
var appname = $('.appname');
|
||||
if (locateObj.platform == "planet") {
|
||||
appname.html("hello处CP");
|
||||
$('.link-1').attr('href', '../rule/live-protocol.html?platform=planet')
|
||||
} else {
|
||||
appname.html("piko");
|
||||
}
|
||||
</script>
|
||||
<script src="./js/jsvm_all.js"></script>
|
||||
<script src="./js/new.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
@@ -20,7 +20,7 @@
|
||||
<body>
|
||||
<div class="identity-max">
|
||||
<p class="bold-title">1、绑定身份证号个数限制</p>
|
||||
<p>目前一个身份证可以绑定5个<span class="appName">piko</span>用户账号。</p>
|
||||
<p>目前一个身份证可以绑定2个本产品用户账号。</p>
|
||||
|
||||
<p class="bold-title">2、可认证人群</p>
|
||||
<p>实人认证服务目前仅支持对拥有中华人民共和国第二代居民身份证的居民进行认证。</p>
|
||||
@@ -36,20 +36,14 @@
|
||||
<p>请咨询国政通客服(客服电话:4008165110);</p>
|
||||
<p>(2)更改过姓名/最近做过户口迁移</p>
|
||||
<p>由于更改姓名及户口迁移有一定时效性,需要等待核验,建议等待生效后再次操作绑定;</p>
|
||||
<p>(3)绑定的是军官证/护照</p>
|
||||
<p>选择【请输入正确证件信息】并点击下方连线人工联系客服处理。</p>
|
||||
<p>(4)其余情况</p>
|
||||
<p>(3)其余情况</p>
|
||||
<p>由于绑定证件信息是由国政通系统获取,建议您之后再进行操作绑定。</p>
|
||||
|
||||
<p class="bold-title">5、绑定失败提示“在本设备上使用3天后可以绑定证件信息”</p>
|
||||
<p>建议您在该设备上活跃使用(例如进房间和主播互动/与新老朋友聊天互动/联系或邀请通讯录好友一起来玩<span class="appName">piko</span>)3天后再进行操作即可。</p>
|
||||
|
||||
<p class="bold-title">6、绑定成功后是否支持更改/解绑</p>
|
||||
<p class="bold-title">5、绑定成功后是否支持更改/解绑</p>
|
||||
<p>为保证帐户安全,身份证信息绑定成功后在修改密码、申诉时需进行验证身份证信息,故暂不支持解绑。</p>
|
||||
|
||||
<p class="bold-title">7、若以上还未解决你的问题,请咨询</p> <p>客服<span class="appName">LINE</span>号:pekoyuyin<br>或扫码添加微信</p>
|
||||
<img src="./images/code.png" alt="" style="width: 200px">
|
||||
|
||||
<p class="bold-title">6、若以上还未解决你的问题,请咨询</p>
|
||||
<p>客服微信号:sd245376</p>
|
||||
<!-- <img src="./images/code.png" alt="" style="width: 200px"> -->
|
||||
</div>
|
||||
<script src="../../common/js/jquery-3.2.1.min.js"></script>
|
||||
<script src="../../common/js/common2.js"></script>
|
||||
|
Reference in New Issue
Block a user