Compare commits

..

2 Commits

View File

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