jyJPush.addJYJPushReceiveOpenNotificationListener(result=> {
// 监听成功后,若点击推送消息,会触发result;数据格式保持极光返回的安卓/iOS数据一致
uni.showToast({
icon:'none',
title: JSON.stringify(result)
})
});
这块代码是要写在哪里才能触发?
y***@163.com
- 发布:2021-07-24 17:48
- 更新:2021-07-24 18:10
- 阅读:736
点击通知前往app触发事件要写在哪里?
分类:uni-app
1 个回复
[已删除]
APP.vue 的onLaunch里面试试吧