gxxc-ui 1.0.45 → 1.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/UploadUI/index.js +1 -0
- package/package.json +1 -1
package/dist/UploadUI/index.js
CHANGED
|
@@ -182,6 +182,7 @@ var UploadUI = function UploadUI(props) {
|
|
|
182
182
|
if (code === '0') {
|
|
183
183
|
item.url = body.url;
|
|
184
184
|
item.md5 = body.md5;
|
|
185
|
+
item.percent = 0; // 把进度设置为0 不然加载url中 会显示出默认进度UI
|
|
185
186
|
item.status = 'done';
|
|
186
187
|
/// 如果是 h264 编码 显示第一帧
|
|
187
188
|
if (file_url_is_video_H264(item.url)) {
|