SanHQin 19 saat önce
ebeveyn
işleme
8497e6b467

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/index.html


Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 1
dist/report.html


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/css/chunk-25cfd5e0.49da1121.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/app.8c3e401f.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/chunk-25cfd5e0.298b1ab0.js


+ 3 - 1
src/components/qrScanner.vue

@@ -58,6 +58,7 @@ export default {
       this.show = true
       this.$nextTick(() => {
         if (this.$refs.video) {
+          this.$toast('测试测试')
           this.startScanner()
         }
       })
@@ -72,8 +73,9 @@ export default {
       this.scanner = new QrScanner(
         this.$refs.video,
         result => {
+          this.$toast(result)
           this.$emit('success', result)
-          this.scanner.stop() // 扫描一次后停止
+          // this.scanner.stop() // 扫描一次后停止
           // this.close()
         },
         { preferredCamera: 'environment' } // 优先使用后置摄像头

+ 1 - 0
src/views/testDetail/components/sweep.vue

@@ -85,6 +85,7 @@ export default {
     sweepSuccess(result) {
       this.checkJson.answer2 = result
       this.$refs.qrScannerRef.close()
+      this.$toast(result)
       this.$forceUpdate()
     },
     sweepError(error) {

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor