谢杰标 2 년 전
부모
커밋
0d3c8beb25
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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();