Results 1 issues of Sickeeer

```js const valueFormatUpload = (event) => { const uuid = new Date().getTime() + Math.random().toString(36).substring(2, 8); let fileList = [...value]; const { file } = event.detail; // 组件问题,暂时未解决上传中状态标识 const tempFile =...