_getSingerList请求不到任何东西
来源:5-2 歌手数据接口抓取
慕粉15201527929
2018-04-22
_getSingerList() {
getSingerList().then((res) => {
if (res.code === ERR_OK) {
this.singers = res.data.list
}
})
}
请求不到数据
写回答
1回答
-
ustbhuangyi
2018-04-22
看下 network 请求发出去了吗
072018-04-23
相似问题