V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
245688zly
V2EX  ›  问与答

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

  •  
  •   245688zly · 2019-05-22 19:59:53 +08:00 · 799 次点击
    这是一个创建于 1965 天前的主题,其中的信息可能已经有所发展或是发生改变。

    我用 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) }) }

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2496 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 12:25 · PVG 20:25 · LAX 05:25 · JFK 08:25
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.