# getFeedbackUnreadCount

获取feedback未读数量

# 接口调用示例

this.$bridge.getFeedbackUnreadCount().then(res => {
    console.log(res)
})
1
2
3