forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-13 a52d2b801ac2aa6148ae78a5306a13a354abf7d2
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>
                  })