实名认证界面加缓存数据
This commit is contained in:
@ -92,14 +92,13 @@
|
||||
}
|
||||
},
|
||||
async mounted() {
|
||||
// if(options?.show) {
|
||||
this.show = true
|
||||
if( this.show ) {
|
||||
await this.getDetail()
|
||||
}
|
||||
this.esignFlag = localStorage.getItem('esignFlag');
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
this.esignFlag = urlParams.get('esignFlag') || false;
|
||||
console.log("this.esignFlag ",this.esignFlag )
|
||||
// }
|
||||
},
|
||||
methods: {
|
||||
async getDetail() {
|
||||
|
||||
Reference in New Issue
Block a user