修改registerForPageResult崩溃问题

This commit is contained in:
朱子楚\zhuzi
2023-04-15 09:45:54 +08:00
parent 11b2b04cb9
commit 4ab78bbaba
3 changed files with 5 additions and 5 deletions

View File

@ -87,7 +87,7 @@ ApplicationWindow {
}
function registerForPageResult(path){
return helper.createRegister(path)
return helper.createRegister(window,path)
}
function onResult(data){