addReceiveOpenNotificationListener有的时候会执行有的时候不会执行

GaGa_One
2019-07-17 12:33 402 0

点击推送的消息,有的时候会执行addReceiveOpenNotificationListener,有的时候不执行,问题出在哪里呢

1个回答

热门排序
  • GaGa_One
    2019-07-18 01:18
    下面是我写的代码: ```componentDidMount() { // 新版本必需写回调函数 JPushModule.notifyJSDidLoad((resultCode) => { }); // 接收自 展示全部