修复了返回黑屏

This commit is contained in:
luyuan 2020-09-03 11:32:58 +08:00
parent e54282b839
commit 314508e652
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -346,6 +346,13 @@ export default {
});
return false;
},
onShow(){
if(this.url != '' && this.url){
let url = this.url
this.url = ""
this.url = url
}
},
onLoad(a) {
this.url = a.url;