清除缓存
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
style="opacity: 0;">
|
style="opacity: 0;">
|
||||||
</div>
|
</div>
|
||||||
<!-- 反面 -->
|
<!-- 反面 -->
|
||||||
<div class="f">
|
<div class="f">
|
||||||
<img src="./images/chainBank/documents_reverse.png" alt="" class="documents">
|
<img src="./images/chainBank/documents_reverse.png" alt="" class="documents">
|
||||||
<img src="./images/chainBank/icon_camera.png" alt="" class="icon_camera">
|
<img src="./images/chainBank/icon_camera.png" alt="" class="icon_camera">
|
||||||
<span>請上傳反面照片</span>
|
<span>請上傳反面照片</span>
|
||||||
|
@@ -211,7 +211,7 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mainlandInfo {
|
.mainlandInfo {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@@ -182,7 +182,7 @@ $('.but').click(function () {
|
|||||||
$('.mainlandInfo').show();
|
$('.mainlandInfo').show();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
// 二次取消
|
// 二次取消
|
||||||
$('.mainlandInfo .mainlandInfo_in .close').click(function () {
|
$('.mainlandInfo .mainlandInfo_in .close').click(function () {
|
||||||
$('.mainlandInfo').hide();
|
$('.mainlandInfo').hide();
|
||||||
})
|
})
|
||||||
|
@@ -133,7 +133,7 @@ function getUser () {
|
|||||||
// 提領賬戶管理接口
|
// 提領賬戶管理接口
|
||||||
function getAccounts () {
|
function getAccounts () {
|
||||||
showLoading()
|
showLoading()
|
||||||
networkRequest({
|
networkRequest({
|
||||||
type: 'GET',
|
type: 'GET',
|
||||||
url: urlPrefix + '/withdrawAccountDtl/getAccounts',
|
url: urlPrefix + '/withdrawAccountDtl/getAccounts',
|
||||||
data: { uid: pubInfo.uid },
|
data: { uid: pubInfo.uid },
|
||||||
|
@@ -117,7 +117,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
<script src="../../common/js/flexible.js"></script>
|
<script src="../../common/js/flexible.js"></script>
|
||||||
<script src="../../common/js/jquery-3.2.1.min.js"></script>
|
<script src="../../common/js/jquery-3.2.1.min.js"></script>
|
||||||
|
@@ -161,7 +161,7 @@ $(function () {
|
|||||||
returnUrl: urlPrefix + '/peko/modules/h5Income/withdrawal.html',
|
returnUrl: urlPrefix + '/peko/modules/h5Income/withdrawal.html',
|
||||||
uid: pubInfo.uid,
|
uid: pubInfo.uid,
|
||||||
username: encryptDes(name, "1ea53d260ecf11e7b56e00163e046a26"),
|
username: encryptDes(name, "1ea53d260ecf11e7b56e00163e046a26"),
|
||||||
};
|
};
|
||||||
networkRequest({
|
networkRequest({
|
||||||
type: 'post',
|
type: 'post',
|
||||||
url: urlPrefix + '/certification/initFace',
|
url: urlPrefix + '/certification/initFace',
|
||||||
|
@@ -81,7 +81,7 @@
|
|||||||
<a href="javascript:;" class="goto-change-layer"></a>
|
<a href="javascript:;" class="goto-change-layer"></a>
|
||||||
<!-- <div class="layer-2-body"></div> -->
|
<!-- <div class="layer-2-body"></div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- layer end -->
|
<!-- layer end -->
|
||||||
|
|
||||||
<script src="../../common/js/jquery-3.2.1.min.js"></script>
|
<script src="../../common/js/jquery-3.2.1.min.js"></script>
|
||||||
|
@@ -40,7 +40,7 @@
|
|||||||
<p>由于绑定证件信息是由国政通系统获取,建议您之后再进行操作绑定。</p>
|
<p>由于绑定证件信息是由国政通系统获取,建议您之后再进行操作绑定。</p>
|
||||||
<p class="bold-title">5、绑定成功后是否支持更改/解绑</p>
|
<p class="bold-title">5、绑定成功后是否支持更改/解绑</p>
|
||||||
<p>为保证帐户安全,身份证信息绑定成功后在修改密码、申诉时需进行验证身份证信息,故暂不支持解绑。</p>
|
<p>为保证帐户安全,身份证信息绑定成功后在修改密码、申诉时需进行验证身份证信息,故暂不支持解绑。</p>
|
||||||
|
|
||||||
<p class="bold-title">6、若以上还未解决你的问题,请咨询</p>
|
<p class="bold-title">6、若以上还未解决你的问题,请咨询</p>
|
||||||
<p>客服微信号:sd245376</p>
|
<p>客服微信号:sd245376</p>
|
||||||
<!-- <img src="./images/code.png" alt="" style="width: 200px"> -->
|
<!-- <img src="./images/code.png" alt="" style="width: 200px"> -->
|
||||||
|
Reference in New Issue
Block a user