提交 de783c8f authored 作者: 杨斌基's avatar 杨斌基

feat(上报内容): 水印参考改用图片长边

上级 33c96a26
......@@ -725,7 +725,7 @@ export default {
if (isImage) {
const { width, height } = await getImageInfo(tempFilePath)
// 拿到短边参考
const ref = Math.min(width, height)
const ref = Math.max(width, height)
const phoneWidth = 375
scale = ref / phoneWidth
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论