230320a303 1 year ago
parent
commit
0913bece5a

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-03d86bda.50b87b34.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.da2506f9.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-03d86bda.176af822.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-5a39c683.cc310dce.js


+ 1 - 1
src/views/room/components/popup/IndexEdit.vue

@@ -83,7 +83,7 @@
                 :auto-upload="true">
                 <el-button slot="trigger" size="small" type="primary">选取新视频</el-button>
                 <el-button v-if="fileNextResObj.total && fileNextResObj.total.percent === 100" size="small" type="success" style="margin-left: 10px;">{{ fileNextResObj.total ? fileNextResObj.total.percent === 100 ? '上传成功' :`上传中${parseInt(fileNextResObj.total.percent)}%` : '上传到服务器'}}</el-button>
-                <el-progress v-else-if="fileNextResObj.total" class="tip3" :text-inside="true" :stroke-width="20" :percentage="fileNextResObj.total.percent"></el-progress>
+                <el-progress v-else-if="fileNextResObj.total" class="tip3" :text-inside="true" :stroke-width="20" :percentage="parseInt(fileNextResObj.total.percent)"></el-progress>
                 <!-- <div slot="tip" class="el-upload__tip">只能上传jpg/png文件,且不超过500kb</div> -->
                 <!-- v-else-if="fileNextResObj.total"  fileNextResObj.total.percent-->
               </el-upload>

Some files were not shown because too many files changed in this diff