diff --git a/src/views/rvDriverAuthentication/personAudit.vue b/src/views/rvDriverAuthentication/personAudit.vue index 01efeba1..e15df2e4 100644 --- a/src/views/rvDriverAuthentication/personAudit.vue +++ b/src/views/rvDriverAuthentication/personAudit.vue @@ -106,29 +106,14 @@ if( this.show ) { await this.getDetail() } - let flag=this.getUrlParam('esignFlag') - console.log("flag",flag) - const urlParams = new URLSearchParams(window.location.search); - console.log("urlParams",urlParams) - console.log("window---",window.location) - console.log("11111---",urlParams.get('token')) - console.log("2222---",urlParams.get('esignFlag')) - - // let aaa = urlParams.get('esignFlag'); - // console.log("aaa",aaa) - // console.log('urlParams.get(\'esignFlag\')',urlParams.get('esignFlag')) - // console.log('localStorage.getItem("esignFlag")',localStorage.getItem("esignFlag")) + console.log("decodeURIComponent( window.location.href)",decodeURIComponent( window.location.href)) + decodeURIComponent( window.location.href) this.esignFlag = urlParams.get('esignFlag') || localStorage.getItem("esignFlag") localStorage.setItem("esignFlag",this.esignFlag ) console.log("this.esignFlag ",this.esignFlag ) }, methods: { - getUrlParam(name){ - let reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)"); - let r = window.location.search.substr(1).match(reg); - if (r!=null) return unescape(r[2]); return null; - }, async getDetail() { let res = await driverInfoVerifyDetail( { verifyType: 1