gz-customerSystem/src/views/register/eventFlow/component/Examine.jsx
@@ -133,7 +133,7 @@ {infoData?.fileInfoList?.map(res => { return res.fileList.map((result, resIndex) => { return <a href="your-link-here.html" target="_blank"> <img src={link} alt="" className="title-file" />{result.trueName} <img src={link} alt="" className="title-file" />{result.name} {resIndex !== res.fileList.length - 1 && <>,</>} </a> })