1***@163.com
1***@163.com
  • 发布:2016-09-18 18:32
  • 更新:2016-09-18 18:32
  • 阅读:1279

使用mui.openwindow再次打开之前的页面,改页面上的功能无法再次使用

分类:MUI

tool.html:
document.getElementById("createForm").addEventListener('tap', function() {
mui.openWindow({
url: 'createForm.html'
})
})

createForm.htm:
mui.openWindow({
url:'tool.html'
})
person.html:
mui.openWindow({
url: 'createForm.html?person='+checkedValues,
extras: {
person:checkedValues
}
})

2016-09-18 18:32 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复