上传者: 36003998
|
上传时间: 2022-06-10 23:33:13
|
文件大小: 4KB
|
文件类型: JS
uniapp 生成海报图片base64转换 (微信头像贴在海报上需要base64转换)import {
pathToBase64,
base64ToPath
} from "路径"
base64ToPath(res.data.data.poster)
.then(path => {})
.catch(error => {
console.error(error)
})