Browse Source

拍照截取问题

master
yangteng 11 months ago
parent
commit
e83e3b504e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      components/viewfinder.vue

+ 1
- 1
components/viewfinder.vue View File

@@ -181,7 +181,7 @@
emit('confirmReturn', res)
// getViewPosition(res.tempImagePath)
return
console.log('拍照成功:', res.tempImagePath);
// console.log('拍照成功:', res.tempImagePath);
},
fail: (error) => {
console.error('拍照失败:', error);

Loading…
Cancel
Save