getHomeInfo () {
      this.axios.get('/api/index.json?city=' + this.city)
        .then(this.getHomeInfoSucc)
    }

相关文章: