SanHQin 2 tháng trước cách đây
mục cha
commit
1b80d977a3

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/index.html


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 1 - 1
dist/report.html


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/css/chunk-568700a3.8f5658aa.css


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/js/app.65b501af.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/js/chunk-568700a3.9c4e755a.js


+ 3 - 3
src/views/testDetail/components/punchQRcode.vue

@@ -83,7 +83,7 @@ export default {
       return JSON.parse(JSON.stringify(s))
     },
     sweepBtn() {
-      if (this.isWechatBrowser) {
+      if (!this.isWechatBrowser) {
         this.$refs.weChatQrcodeRef.open()
       } else {
         this.$refs.qrScannerRef.open()
@@ -93,7 +93,7 @@ export default {
       const _valueAndTime = this.extractValueAndTime(result)
 
       if (!_valueAndTime) {
-        if (this.isWechatBrowser) {
+        if (!this.isWechatBrowser) {
           this.$refs.weChatQrcodeRef.close()
         } else {
           this.$refs.qrScannerRef.close()
@@ -118,7 +118,7 @@ export default {
       }
       console.log(_valueAndTime)
       // this.checkJson.answer2 = result;
-      if (this.isWechatBrowser) {
+      if (!this.isWechatBrowser) {
         this.$refs.weChatQrcodeRef.close()
       } else {
         this.$refs.qrScannerRef.close()

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

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

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác