APP登陆成功后,保存的信息是使用sessionstorage 还是html5 plus 给出的storage?
登陆成功后要跳转回list页面,跳转(打开)页面的代码怎么写?
我使用了
{{{
mui.openWindow({
url: 'index.html',
id:'index'
});
}}}
或者是
{{{
plus.runtime.openURL('index.html');
}}}
好像都不太管用?
APP登陆成功后,保存的信息是使用sessionstorage 还是html5 plus 给出的storage?
登陆成功后要跳转回list页面,跳转(打开)页面的代码怎么写?
我使用了
{{{
mui.openWindow({
url: 'index.html',
id:'index'
});
}}}
或者是
{{{
plus.runtime.openURL('index.html');
}}}
好像都不太管用?
老杜 (作者)
这样子啊,多谢
2014-09-19 13:55