fix:去掉widthRatio=1,heightRatio=1,用全分辨率裁剪1080×1080

This commit is contained in:
ShenQiLun 2026-06-26 09:45:36 +08:00
parent b09e2e7aee
commit 0a572aae0f

View File

@ -6,8 +6,6 @@
:style="'width:' + camSize + 'px;height:' + camSize + 'px;margin-top:' + frameTop + 'px;margin-left:' + frameLeft + 'px;'"
flash="off"
facing="back"
:widthRatio="1"
:heightRatio="1"
@onPictureTaken="onPictureTaken"
@onCameraOpened="onCameraOpened"
></ima-camera-view>