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

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

@@ -114,8 +114,8 @@
'Access-Token': uni.getStorageSync('weapp_session_login_data').token
},
success: (res) => {
this.count = res.data.data.count
this.tabbarList[3].count = res.data.data.count
this.count = res.data.data
this.tabbarList[3].count = res.data.data
}
})
},


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

@@ -449,8 +449,8 @@
'Access-Token': uni.getStorageSync('weapp_session_login_data').token
},
success: (res) => {
this.count = res.data.data.count
this.tabbarList[3].count = res.data.data.count
this.count = res.data.data
this.tabbarList[3].count = res.data.data
}
})
},


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

@@ -102,8 +102,8 @@
'Access-Token': uni.getStorageSync('weapp_session_login_data').token
},
success: (res) => {
this.count = res.data.data.count
this.tabbarList[3].count = res.data.data.count
this.count = res.data.data
this.tabbarList[3].count = res.data.data
}
})
},


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

@@ -129,8 +129,8 @@
'Access-Token': uni.getStorageSync('weapp_session_login_data').token
},
success: (res) => {
this.count = res.data.data.count
this.tabbarList[3].count = res.data.data.count
this.count = res.data.data
this.tabbarList[3].count = res.data.data
}
})
},


Ładowanie…
Anuluj
Zapisz