摘要: 图片压缩的方法 // 图片压缩 compressImage(file, success, error) { // 图片小于1M不压缩 // if (file.size < Math.pow(1024, 2)) { // return success(file); // } const name = 阅读全文
posted @ 2020-02-22 15:09 ronle 阅读(289) 评论(0) 推荐(0)