forked from Gitlink/forgeplus-react
作品提交增加提示内容
This commit is contained in:
parent
e89e8c30c7
commit
3a6ab13df8
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue