完成详情页渲染,使用react-markdown渲染先看效果:1在components下新建一个Detail.jsimportReact,{Component}from'react';import{Card,Avatar,Spin,Icon,Comment,Tooltip,List}from'antd';importPropTypesfrom'prop-types';import{connect}from'dva';importReactMarkdownfrom'react-markdown';import'./my.css';classDetailextendsComponent{render(){const{Meta}=Card;返回(
