bug fix
This commit is contained in:
parent
cd69b84fcb
commit
c0440e4040
|
|
@ -33,11 +33,11 @@ function NewsList(props){
|
|||
}
|
||||
},[id,cateId,pageNum])
|
||||
|
||||
useEffect(()=>{
|
||||
if(pageNum){
|
||||
window.scrollTo(0,400);
|
||||
}
|
||||
},[pageNum])
|
||||
// useEffect(()=>{
|
||||
// if(pageNum){
|
||||
// window.scrollTo(0,400);
|
||||
// }
|
||||
// },[pageNum])
|
||||
|
||||
|
||||
function getColumnDetail(){
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ function ProjectSource(props){
|
|||
:""
|
||||
}
|
||||
{
|
||||
lists && lists.length === 0 && temp === 'zone1' ? <Nodata _html="暂无数据" img={ nodata }/> : <Nodata _html="暂无数据" />
|
||||
lists && lists.length === 0 && (temp === 'zone1' ? <Nodata _html="暂无数据" img={ nodata }/> : <Nodata _html="暂无数据" />)
|
||||
}
|
||||
</div>
|
||||
</Spin>
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ const arithmeticArr2023 = [
|
|||
name: "MMagic算法演示",
|
||||
describe: "MMagic 是 OpenMMLab 中的图像&视频生成和编辑的开源算法平台,涵盖 GAN,diffusion model 多种生成模型,支持 Stable Diffusion 的微调和多种 diffusion 应用。同时支持图像修复、图文生成、3D生成、图像修补、抠图、超分辨率和生成等多种任务。利用 MMagic,通过组合不同模块轻松构建自定义的生成模型。",
|
||||
source: 'https://www.gitlink.org.cn/api/attachments/422478.mp4',
|
||||
img: 'https://www.gitlink.org.cn/api/attachments/388256',
|
||||
img: 'https://www.gitlink.org.cn/api/attachments/422779',
|
||||
type: 'mp4',
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue