我用close先关闭一个页面,然后用open跳转到另外一个页面,
代码
mui.openWindow({
url : "main-page.html",
extras:{
userid:"94"
}
});
plus.webview.close("register.html");
我用close先关闭一个页面,然后用open跳转到另外一个页面,
代码
mui.openWindow({
url : "main-page.html",
extras:{
userid:"94"
}
});
plus.webview.close("register.html");
0 个回复