douzhuo преди 2 години
родител
ревизия
2975a06b5f
променени са 4 файла, в които са добавени 4 реда и са изтрити 4 реда
  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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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 Целия файл

@@ -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
}
})
},


Зареждане…
Отказ
Запис