SanHQin vor 18 Stunden
Ursprung
Commit
f705cd3d51

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/index.html


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
dist/report.html


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/css/chunk-7aa290a8.bc5860dc.css


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/js/app.c7a72e65.js


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/static/js/chunk-7aa290a8.b9e3760e.js


+ 1 - 1
src/components/qrScanner.vue

@@ -58,7 +58,7 @@ export default {
       this.show = true
       this.$nextTick(() => {
         if (this.$refs.video) {
-          this.$toast('测试测试')
+          // this.$toast('测试测试')
           this.startScanner()
         }
       })

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

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

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.