完成对公初始操作和专区
This commit is contained in:
@@ -11,11 +11,11 @@ export const getDot = async () => {
|
||||
const { code, message, data } = await getUnReadApproveNumber();
|
||||
if (data > 0) {
|
||||
wx.showTabBarRedDot({
|
||||
index: 1,
|
||||
index: 2,
|
||||
})
|
||||
} else {
|
||||
wx.hideTabBarRedDot({
|
||||
index: 1,
|
||||
index: 2,
|
||||
})
|
||||
}
|
||||
return data;
|
||||
|
Reference in New Issue
Block a user