|
@@ -289,7 +289,6 @@ export default {
|
|
|
// #endif
|
|
|
},
|
|
|
reTake() {
|
|
|
- console.log("🚀 ~ file: camera.vue:287 ~ reTake ~ reTake:", "reTake");
|
|
|
this.uploadLock = false;
|
|
|
this.isTaking = true;
|
|
|
// #ifdef H5
|
|
@@ -380,7 +379,6 @@ export default {
|
|
|
this.showCamera();
|
|
|
this.$nextTick(() => {
|
|
|
const box = document.querySelector(".photo_v");
|
|
|
- console.log("🚀 ~ file: camera.vue:375 ~ this.$nextTick ~ box:", box);
|
|
|
const video = box.querySelector("video");
|
|
|
video.srcObject = stream;
|
|
|
video.play();
|