为了账号安全,请及时绑定邮箱和手机立即绑定

vue渲染数据失败

vue渲染数据失败

尚方宝剑之说 2018-12-20 22:15:17
html部分js请求:页面完全没有数据显示,json数据显示已经加载,也没有报错。是哪里的问题呢?
查看完整描述

1 回答

?
PIPIONE

TA贡献1829条经验 获得超9个赞

created:function(){

var _this = this

    axios.get('js/data.json')

        .then(function(response){

            _this .lists=response.data.shoucangLists;

        })

        .catch(function(error){

            console.log(error);

        });

}


查看完整回答
反对 回复 2019-01-25
  • 1 回答
  • 0 关注
  • 434 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信