【发布时间】:2017-02-10 23:47:19
【问题描述】:
只有用户我的 API 获取网络请求失败 使用“https://api.douban.com/v2/movie/in_theaters”API就可以了
react-native-cli: 1.0.0 反应原生:0.32.0
fetch('https://api.chooin.com/v1/product/index')
.then((res) => alert(res))
.then((data) => {
// this.setState({
// loaded: true,
// products: this.state.products.cloneWithRows(data.subjects)
// });
})
.done();
【问题讨论】:
标签: react-native