如何设置mui.back返回到指定的页面去

2025-04-05 04:47:49
推荐回答(1个)
回答1:

可以监听返回键
mui.back=function () {
mui.openWindow('t2.html')
}