This commit is contained in:
zhangqinghe 2015-07-21 17:44:29 +08:00
parent c2f957acbe
commit 5ade8c3300

View File

@ -284,7 +284,7 @@ ps点击通知后传递的json object 保存在window.plugins.jPushPlugin.ope
var alertContent var alertContent
if(device.platform == "Android"){ if(device.platform == "Android"){
alertContent=window.plugins.jPushPlugin.openNotification.alert; alertContent=window.plugins.jPushPlugin.receiveNotification.alert;
}else{ }else{
alertContent = event.aps.alert; alertContent = event.aps.alert;
} }
@ -351,7 +351,7 @@ ps点击通知后传递的json object 保存在window.plugins.jPushPlugin.rec
} }
} }
ps点击通知后传递的json object 保存在window.plugins.jPushPlugin.receiveNotification,直接访问即可,字段示例,根据实际推送情况,可能略有差别,请注意 ps点击通知后传递的json object 保存在window.plugins.jPushPlugin.receiveMessage,直接访问即可,字段示例,根据实际推送情况,可能略有差别,请注意
+ android + android