猿问

axios获得的数组为什么不能渲染到网页

图片描述

已经获得到返回的数据,但是就是不能渲染到网页中,求大神们帮助,,

axios.post(apiurl,data,{headers:{'auth':sccesstoken}})

        .then(res =>{
            //axios.defaults.headers.common['auth'] = sccesstoken
             console.log(res.data[0].data)
             console.log(res.data[0].data[0].CompanyName);
             this.self.sites = res.data[0].data;
            })
        .catch(function (error) {
            //
        });


互换的青春
浏览 771回答 1
1回答

一只萌萌小番薯

代码不完整,想看html和data(){}中怎么写的
随时随地看视频慕课网APP

相关分类

Html5
我要回答