//点击消息回调,在线的有效但是走厂商通道下文中的msg就没有东西了也不显示。
plus.push.addEventListener(
'click',
msg => {
const Oid = msg.payload.orderId
console.log(msg)
alert(msg)
uni.showToast({
icon:'none',
title: JSON.stringify(msg)
})
setTimeout(function() {
uni.navigateTo({
url: `/pages/news/newsDetail?id=${Oid}`
});
}, 1000);
},
false
);
byeworld
- 发布:2021-03-10 17:00
- 更新:2021-03-10 17:00
- 阅读:500
0 个回复