实名认证页,认证结果esignFlag做缓存,添加打印
This commit is contained in:
@ -107,6 +107,8 @@
|
|||||||
await this.getDetail()
|
await this.getDetail()
|
||||||
}
|
}
|
||||||
const urlParams = new URLSearchParams(window.location.search);
|
const urlParams = new URLSearchParams(window.location.search);
|
||||||
|
let aaa = urlParams.get('esignFlag');
|
||||||
|
console.log("aaa",aaa)
|
||||||
console.log('urlParams.get(\'esignFlag\')',urlParams.get('esignFlag'))
|
console.log('urlParams.get(\'esignFlag\')',urlParams.get('esignFlag'))
|
||||||
console.log('localStorage.getItem("esignFlag")',localStorage.getItem("esignFlag"))
|
console.log('localStorage.getItem("esignFlag")',localStorage.getItem("esignFlag"))
|
||||||
this.esignFlag = urlParams.get('esignFlag') || localStorage.getItem("esignFlag")
|
this.esignFlag = urlParams.get('esignFlag') || localStorage.getItem("esignFlag")
|
||||||
|
|||||||
Reference in New Issue
Block a user