fix: x
This commit is contained in:
parent
f668715c41
commit
d5fa97e3f2
|
|
@ -102,6 +102,14 @@ export default function Create() {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!template) {
|
||||||
|
return (
|
||||||
|
<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', height: '100vh' }}>
|
||||||
|
<div>Loading...</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="friends-photo">
|
<div className="friends-photo">
|
||||||
{/* 上传区域 */}
|
{/* 上传区域 */}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue