更新
This commit is contained in:
parent
a1c6b435b7
commit
85c5c97875
2
App.vue
2
App.vue
@ -136,7 +136,7 @@
|
||||
var payload = '';
|
||||
plus.push.addEventListener('receive', function(msg){
|
||||
console.log('-----------------',msg);
|
||||
plus.push.createMessage(msg.content, JSON.stringify(msg), {title: msg.title},title:(msg.title);
|
||||
plus.push.createMessage(msg.content, JSON.stringify(msg), {title: msg.title});
|
||||
payload = msg.payload
|
||||
},false);
|
||||
plus.push.addEventListener('click', function(msg){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user