B父窗体
mui.init({
subpages: [{
url: 'orderform_content.html',
id: 'orderform_content',
styles: {
top: '44px',
bottom: '0px',
}
}]
});
B子窗体mui.plusReady
当A页面跳转到B父窗体时,会执行B父窗体的mui.plusReady方法,但是不会执行子窗体的mui.plusReady方法了??版本更新前还可以,更新后就不行了
B父窗体
mui.init({
subpages: [{
url: 'orderform_content.html',
id: 'orderform_content',
styles: {
top: '44px',
bottom: '0px',
}
}]
});
B子窗体mui.plusReady
当A页面跳转到B父窗体时,会执行B父窗体的mui.plusReady方法,但是不会执行子窗体的mui.plusReady方法了??版本更新前还可以,更新后就不行了
0 个回复