This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
qiubinghui
/
zhywpt-sp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
拍照截取问题
master
yangteng
11 months ago
parent
7eb2f1aad8
commit
e83e3b504e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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);
Write
Preview
Loading…
Cancel
Save