我在主页面login.html中,通过如下代码创建注册页面
mui.openWindow({
url: 'reg.html',
id: 'reg'
});
在reg页面中的reg.js中获取的id总是appid,获取的代码如下
mui.toast("id is:"+plus.webview.currentWebview().id);
请问是为什么,要怎么调试,不胜感激。
我在主页面login.html中,通过如下代码创建注册页面
mui.openWindow({
url: 'reg.html',
id: 'reg'
});
在reg页面中的reg.js中获取的id总是appid,获取的代码如下
mui.toast("id is:"+plus.webview.currentWebview().id);
请问是为什么,要怎么调试,不胜感激。
0 个回复