feat: 商家端富文本改为本地引入

This commit is contained in:
Yer
2023-12-01 11:38:01 +08:00
parent 3ec0e9d997
commit 4429227665
7 changed files with 40 additions and 33 deletions

View File

@@ -804,6 +804,7 @@ export default {
size += item.fileSize * 1.0;
});
this.totalSize = ((size * 1.0) / (1024 * 1024)).toFixed(2) + " MB";
this.$emit('selected',e)
},
},
mounted() {