|
@@ -200,7 +200,8 @@ u[o]&&(delete u[o],c?delete n[l]:typeof n.removeAttribute!==i?n.removeAttribute(
|
|
|
} else {
|
|
|
alertContent = event.aps.alert;
|
|
|
}
|
|
|
- alert("open Notification:" + alertContent);
|
|
|
+ // alert("open Notification:" + alertContent);
|
|
|
+ renlian.layer.warning('通知', function () { }, alertContent, '确认');
|
|
|
} catch (exception) {
|
|
|
console.log("JPushPlugin:onOpenNotification" + exception);
|
|
|
}
|
|
@@ -215,7 +216,8 @@ u[o]&&(delete u[o],c?delete n[l]:typeof n.removeAttribute!==i?n.removeAttribute(
|
|
|
}
|
|
|
cordova.plugins.notification.badge.increase(1, function (badge) {
|
|
|
console.log("ReceiveNotification badge increase 1");
|
|
|
- });
|
|
|
+ });
|
|
|
+ renlian.layer.warning('通知', function () { }, alertContent, '确认');
|
|
|
} catch (exception) {
|
|
|
console.log(exception)
|
|
|
}
|
|
@@ -229,6 +231,7 @@ u[o]&&(delete u[o],c?delete n[l]:typeof n.removeAttribute!==i?n.removeAttribute(
|
|
|
message = event.content;
|
|
|
}
|
|
|
console.log("ReceiveMessage badge increase 1");
|
|
|
+ renlian.layer.warning('告警消息', function () { }, message, '确认');
|
|
|
} catch (exception) {
|
|
|
console.log("JPushPlugin:onReceiveMessage-->" + exception);
|
|
|
}
|