cyl/master-im
wangxia 5 months ago
parent 9b1266abd7
commit 4af4723ae6

@ -322,7 +322,7 @@ export default {
}, },
getNum() { getNum() {
let that = this; let that = this;
that.G.Get(that.api.bind_getApplyNum + "/" + 1, {}, (res) => { that.G.Get(that.api.bind_getApplyNum , {}, (res) => {
console.log("获取待处理数量:", res); console.log("获取待处理数量:", res);
if (res.approvePassHasNotRed > 0) { if (res.approvePassHasNotRed > 0) {
uni.setTabBarBadge({ uni.setTabBarBadge({

Loading…
Cancel
Save