需求是接收到uni-push推送的消息后,app无论是在前台还是后台运行,都自动跳转到某个页面,如果是在后台运行,则自动回到前台,并跳转到相应页面,代码如下:
plus.push.addEventListener("receive", function(msg) {
// plus.ui.alert(2);
//这里可以写跳转业务代码
console.log("recevice:" + JSON.stringify(msg))
plus.nativeUI.toast('push receive');
uni.switchTab({
url: '/pages/tabBar/map/map',
success: (ee) => {
console.log('--------------------------成功')
},
fail: (tt) => {
console.log('--------------------------失败')
}
});
}
HideOnBush
- 发布:2021-02-06 17:11
- 更新:2023-02-14 16:19
- 阅读:2291
APP 怎样从后台唤醒app到前台
分类:uni-app
涩橙
你好,这个问题解决了吗?
2022-08-05 14:26
1***@qq.com
你还,这个问题解决了吗?
2023-10-25 11:46