摘要:
let Img = new Image() Img.src = this.full_img_src if (Img.fileSize > 0 || (Img.width > 0 && Img.height > 0)) { } else { return this.$message.error('找不 阅读全文
摘要:
function(file_type){ let url = '文件的url地址' let file_suffix = { // 后缀 img: '.jpg', video: '.mp4', } let file_name = 'file' + file_suffix[file_type] // 文 阅读全文