谢杰标 2 gadi atpakaļ
vecāks
revīzija
0d3c8beb25
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      components/popup/camera.vue

+ 0 - 2
components/popup/camera.vue

@@ -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();