This commit is contained in:
xsl
2026-03-13 13:28:03 +08:00
parent d6b48a4b47
commit 9a220464aa
147 changed files with 15496 additions and 2 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
<!-- #endif -->
<view>
<button @click="_takePhoto">拍照</button>
<xf-camera style="height:750rpx; background-color: red;" @error="onError" :flash="flash"
:position="device"></xf-camera>
<skin-camera style="height:750rpx; background-color: red;" @error="onError" :flash="flash"
:position="device"></skin-camera>
<image v-if="imagePath" mode="aspectFit" :src="imagePath"></image>
</view>
<!-- #ifdef APP -->