修改发票显示问题和暂存工作台修改
This commit is contained in:
@@ -9,6 +9,9 @@ export const getDot = async () => {
|
||||
return;
|
||||
}
|
||||
const { code, message, data } = await getUnReadApproveNumber();
|
||||
if (code !== OK) {
|
||||
return;
|
||||
}
|
||||
if (data > 0) {
|
||||
wx.showTabBarRedDot({
|
||||
index: 2,
|
||||
|
Reference in New Issue
Block a user