获取this.props.match.params.uniquekey 的是detailes 而不是后面的数字

来源:20-3 使用 React Router 4 重写项目(二)

慕粉2155146392

2017-08-10

http://szimg.mukewang.com/598b490e00016ede03520170.jpg

http://szimg.mukewang.com/598b490e0001fa9905970182.jpg

http://szimg.mukewang.com/598b490f0001e29909370592.jpg

我现在能获取新闻数据是因为我把fetch的地址写死了

http://szimg.mukewang.com/598b496e0001656309440147.jpg

写回答

1回答

Parry

2017-08-10

<Route exact path="/" component={PCIndex}></Route>

                            <Route path="/details/:uniquekey" component={PCNewsDetails}></Route>

                            <Route path="/usercenter" component={PCUserCenter}></Route>


你写的是什么?

1
3
慕粉2155146392
回复
Parry
好的,果然好多问题睡一觉就不是问题了!
2017-08-10
共3条回复

结合基础与实战学习React.js 独立开发新闻头条平台

轻松入门 React 开发,React Router 4 与 Webpack 2 完美升级项目

2768 学习 · 2126 问题

查看课程