更新JPush版本为v4.8.5

This commit is contained in:
李良喜
2022-12-23 16:56:39 +08:00
parent 00599ca0bc
commit abb4b6432b
5 changed files with 36 additions and 2 deletions
+1
View File
@@ -482,6 +482,7 @@ JPushPlugin.prototype.setBadgeNumber = function(badgeNumb) {
}
};
//设备是否同意隐私协议
JPushPlugin.prototype.setAuth = function(isAuth){
if(device.platform === "Android"){
this.callNative("setAuth", [isAuth], null);