//第二个问题:这个我显示未定义,为什么呢? 是API 返回json没有这个属性么? const userCommentsList= userComments.length? userValue.map(( uComments, index )=>{ return( <Card key={ index } title={`在 ${ uComments.datetime } 评论了文章`} extra={<a href={`/#/details/${ uComments.uniquekey }`}>查看</a>}> <p>{ uComments.Comments }</p> </Card> ) }) : '您暂时没有评论。';
第三个问题 ,我大致看了css样式,F12也没发现问题,但 鼠标移入的时候这个card组件为什么两边的边框都消失了呢?
轻松入门 React 开发,React Router 4 与 Webpack 2 完美升级项目
了解课程