|  |  | 
 |  |  |     openCamera() { | 
 |  |  |       this.paisheModal = true | 
 |  |  |       this.isShowCamera = true | 
 |  |  |       this.blobFileCamera = '' | 
 |  |  |       const that = this | 
 |  |  |       this.$nextTick(() => { | 
 |  |  |         var mediaOpts = { audio: false, video: true } | 
 |  |  | 
 |  |  |     // 点击拍摄 | 
 |  |  |     setImage() { | 
 |  |  |       const that = this | 
 |  |  |       this.blobFileCamera = '' | 
 |  |  |       that.isShowCamera = false | 
 |  |  |       const video = document.querySelector('#videoCamera') | 
 |  |  |       const canvas = document.querySelector('#canvasCamera') | 
 |  |  | 
 |  |  |           // this.updateImg = false | 
 |  |  |           this.form.faceImg = res.imgaddr | 
 |  |  |           this.form.faceImgFull = res.url | 
 |  |  |           this.isShowCropper = false | 
 |  |  |           // this.$emit('uploadSuccess', { imgurl: res.imgaddr, imgurlfull: res.url, name: res.originname }) | 
 |  |  |           // this.$emit('uploadEnd') | 
 |  |  |         }, () => { |