jiangping
2024-11-29 a2e8793e2c53c7e80b67c1fe407b78fde59b2296
admin/src/components/business/OperaMemberWindow.vue
@@ -164,6 +164,7 @@
    openCamera() {
      this.paisheModal = true
      this.isShowCamera = true
      this.blobFileCamera = ''
      const that = this
      this.$nextTick(() => {
        var mediaOpts = { audio: false, video: true }
@@ -201,6 +202,7 @@
    // 点击拍摄
    setImage() {
      const that = this
      this.blobFileCamera = ''
      that.isShowCamera = false
      const video = document.querySelector('#videoCamera')
      const canvas = document.querySelector('#canvasCamera')