提交所有代码
This commit is contained in:
@@ -66,9 +66,9 @@
|
||||
import { useCamera } from '@/composables/useCamera'
|
||||
|
||||
const videoId = 'signin-video'
|
||||
// A4 纸: 从顶边到底边的一竖条, 水平位置在 70%~85% 宽度 (签到人手机号/身份证号所在列) 做高斯模糊脱敏
|
||||
// A4 纸: 从顶边到底边的一竖条, 水平位置在 60%~70% 宽度 (签到人手机号/身份证号所在列) 做高斯模糊脱敏
|
||||
const { captured, errorMsg, startCamera, flipCamera, takePhoto, retake, confirm } =
|
||||
useCamera(videoId, { start: 0.7, end: 0.85, radius: 20 })
|
||||
useCamera(videoId, { start: 0.6, end: 0.7, radius: 20 })
|
||||
|
||||
function goBack() {
|
||||
uni.navigateBack()
|
||||
|
||||
Reference in New Issue
Block a user