作品提交增加提示内容

This commit is contained in:
caishi 2024-10-14 16:21:38 +08:00
parent e89e8c30c7
commit 3a6ab13df8
2 changed files with 7 additions and 3 deletions

View File

@ -476,7 +476,11 @@ const WorkSubmit: FC<PageProps> = ({
style={{ background: "#F6F7F9" }}
bordered={false}
onPressEnter={getResults} />
<div style={{ color: "#9B9B9B", fontSize: "14px", marginLeft: "20px" }}><span style={{ color: "#165DFF" }}>{tableList.total_count}</span></div>
<div style={{ color: "#9B9B9B", fontSize: "14px", marginLeft: "20px" }}>
<span style={{ color: "#165DFF" }}>{tableList.total_count}</span>
(<span style={{ color: "#ff9000" }}></span>)
</div>
</Row>
{identity && <Row align="middle">
{modelType == 1 && <Button style={{ lineHeight: "32px" }} target="_blank"

View File

@ -126,8 +126,8 @@ export default function request(url: string, option: any, flag?: boolean) {
let newOptions = { ...defaultOptions, ...options }
let eduHeader = {
'X-Edu-Signature':'b7e4aa591dc0b95429dbce0f138d8df4',
'X-Edu-Timestamp':'1726643948398',
'X-Edu-Signature':'2145e1fc2be2e1312293ba786ba64534',
'X-Edu-Timestamp':'1728893347020',
'X-Edu-Type':'pc',
}