unipush接收消息在页面显示
app.vue //监听点击通知栏 plus.push.addEventListener('click', function(message) { uni.$emit('toChat',{ currentUserId:message.payload.fromId, username:message.payload.username }) });index.vue toChat(currentUserId,username){ t