@@ -163,7 +163,7 @@
let value = res3.data
if (value == 0) {
uni.removeTabBarBadge({
- index: 2
+ index: 3
})
}
that.$store.commit('$uStore', {
@@ -172,7 +172,7 @@
});
if (value != 0 && value) {
uni.setTabBarBadge({
- index: 2,
+ index: 3,
text: value + ""
@@ -311,7 +311,7 @@
@@ -320,7 +320,7 @@