SanHQin 2 달 전
부모
커밋
356355b028

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
dist/report.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-51ad118b.e29aece7.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.967b84d8.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-51ad118b.0076ce97.js


+ 5 - 2
src/components/qrScanner.vue

@@ -73,8 +73,11 @@ export default {
       this.scanner = new QrScanner(
         this.$refs.video,
         result => {
-          this.$toast(result)
-          this.$emit('success', result)
+          if (result) {
+            this.$toast(result)
+            this.$emit('success', result)
+          }
+
           // this.scanner.stop() // 扫描一次后停止
           // this.close()
         },

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.