douzhuo 2 lat temu
rodzic
commit
2975a06b5f
4 zmienionych plików z 4 dodań i 4 usunięć
  1. +1
    -1
      pages/index/customer.vue
  2. +1
    -1
      pages/index/index.vue
  3. +1
    -1
      pages/index/learning.vue
  4. +1
    -1
      pages/index/personal.vue

+ 1
- 1
pages/index/customer.vue Wyświetl plik

@@ -118,7 +118,7 @@
},
success: (res) => {
this.count = res.data.data
this.tabbarList[3].count = res.data.data
this.tabbarList[3].count = res.data.data || 0
}
})
},


+ 1
- 1
pages/index/index.vue Wyświetl plik

@@ -455,7 +455,7 @@
},
success: (res) => {
this.count = res.data.data
this.tabbarList[3].count = res.data.data
this.tabbarList[3].count = res.data.data || 0
}
})
},


+ 1
- 1
pages/index/learning.vue Wyświetl plik

@@ -104,7 +104,7 @@
},
success: (res) => {
this.count = res.data.data
this.tabbarList[3].count = res.data.data
this.tabbarList[3].count = res.data.data || 0
}
})
},


+ 1
- 1
pages/index/personal.vue Wyświetl plik

@@ -131,7 +131,7 @@
},
success: (res) => {
this.count = res.data.data
this.tabbarList[3].count = res.data.data
this.tabbarList[3].count = res.data.data || 0
}
})
},


Ładowanie…
Anuluj
Zapisz