提交 b2b450d5 作者: ZhangLingKun

功能:行业新闻问题修复

上级 82acc598
...@@ -80,6 +80,7 @@ const AddOrEditNewsModal: FC<ModalProps & selfProps> = ({ ...@@ -80,6 +80,7 @@ const AddOrEditNewsModal: FC<ModalProps & selfProps> = ({
newsAuthor: currentIndustryNews.newsAuthor, newsAuthor: currentIndustryNews.newsAuthor,
surfaceImg: currentIndustryNews.surfaceImg, surfaceImg: currentIndustryNews.surfaceImg,
newsContents: currentIndustryNews.newsContents || undefined, newsContents: currentIndustryNews.newsContents || undefined,
isHot: currentIndustryNews.isHot,
}); });
setSurfaceImgList([ setSurfaceImgList([
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论