SanHQin 2 months ago
parent
commit
ab9ccf2f26

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 1 - 1
dist/report.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-7e5d10ef.1efffeda.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.2aa86312.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-7e5d10ef.ca705473.js


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

@@ -83,7 +83,7 @@ export default {
       return JSON.parse(JSON.stringify(s))
     },
     sweepBtn() {
-      if (this.$isWechat) {
+      if (this.$isWechat()) {
         this.$refs.weChatQrcodeRef.open()
       } else {
         this.$refs.qrScannerRef.open()
@@ -91,7 +91,7 @@ export default {
     },
     sweepSuccess(result) {
       this.checkJson.answer2 = result
-      if (this.$isWechat) {
+      if (this.$isWechat()) {
         this.$refs.weChatQrcodeRef.close()
       } else {
         this.$refs.qrScannerRef.close()

Some files were not shown because too many files changed in this diff