我点击了离子文档链接Badge_Icon
但是它不起作用。
this.badge.hasPermission().then((res) => {
// Success!
this.badge.set(10).then((res) => {
// Success!
alert("set badge");
}).catch((ex) => {
alert(JSON.stringify(ex));
});
}).catch((ex) => {
alert(JSON.stringify(ex));
});
在此“设置徽章”警报弹出窗口中。但是徽章图标不显示。