pages/home/home.vue @@ -203,7 +203,6 @@ taskCountBySelf() { let token = uni.getStorageSync(ACCESS_TOKEN) this.$http.get(this.url.countItem).then(res => { console.log("res::taskCountBySelf>", res) this.toDomsgCount = res.data.result }) },