245688zly
V2EX  ›  问与答

用 VUE 仿网页版链家网,分页数据怎么从后台获取

  •  
  •   245688zly · May 22, 2019 · 1142 views
    This topic created in 2619 days ago, the information mentioned may be changed or developed.

    我用 VUE 仿了网页版链家网,分页也是从网上拷贝下来的,没有问题,就是不知道怎么从后台服务器获取 json 文件,获取到的数据怎么展示在页面上 getPageInfo () { /// 地址为后台数据地址为后台数据地址为后台数据地址为后台数据地址为后台数据 axios.get('http://47.110.132.127:9000/city/get') .then(function (res) { res = res.data if (res.ret && res.data) { const data = res.data this.total = data.total this.pagingVolume = data.pagingVolume this.current = data.current this.contentList = data.contentList /// 前后名字一样 } }) /// 先接受 json 文件,然后返回函数 .catch(function (error) { console.log(error) }) }

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1129 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 18:16 · PVG 02:16 · LAX 11:16 · JFK 14:16
    ♥ Do have faith in what you're doing.