确认提交账户信息?
+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 @@
6.首次進行提領流程時,會需要上傳您的身份證相關信息;
7.如有疑問請聯繫Wechat:sd245376
+ +确认提交账户信息?
+