From 95ca47afec682be5e33a87168e4f91202dfca8c3 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 03 六月 2024 19:59:33 +0800
Subject: [PATCH] 合并

---
 src/components/matching/matching.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/matching/matching.vue b/src/components/matching/matching.vue
index 7e1cd5b..2ceb837 100644
--- a/src/components/matching/matching.vue
+++ b/src/components/matching/matching.vue
@@ -187,9 +187,9 @@
           };
         })
         .filter((r) => r.right !== undefined);
-      this.$emit("input", model);
+      // this.$emit("input", model);
       this.item.userChoise = model;
-      console.log(JSON.stringify(model));
+      // console.log(JSON.stringify(model));
     },
     // 瑙︽懜寮�濮�
     touchstart(e, item,index) {
@@ -223,7 +223,7 @@
       if (this.item.showAnswer) {
         return false;
       }
-      // let event = e.targetTouches[0];
+      console.log('绉诲姩',e);
       this.checkItem.line[2] = e.pageX;
       this.checkItem.line[3] =
         e.pageY - this.$refs.connect.getBoundingClientRect().y + this.scrollTop;

--
Gitblit v1.9.1