wangshuai 2 vuotta sitten
vanhempi
commit
7a2ae114aa
4 muutettua tiedostoa jossa 8 lisäystä ja 8 poistoa
  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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna