From 8305484b77e0a6842dca213dbf7ebf7733a353c9 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 30 Mar 2023 17:47:36 +0800
Subject: [PATCH] 电子沙盘部分修改

---
 src/views/activity/components/twoDrawBtnBox.vue |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/views/activity/components/twoDrawBtnBox.vue b/src/views/activity/components/twoDrawBtnBox.vue
index fd1f4a3..1e21440 100644
--- a/src/views/activity/components/twoDrawBtnBox.vue
+++ b/src/views/activity/components/twoDrawBtnBox.vue
@@ -76,7 +76,6 @@
 
 let currentEmitEl = null
 let drawThreeTool = null
-let stopDrawflag = false
 
 let drawFlag = false
 let drawTwoFlag = false
@@ -623,12 +622,10 @@
             })
         },
 
-        startDraw () {
-            stopDrawflag = true
-        },
-
         stopDraw () {
-            stopDrawflag = false
+            drawFlag = true
+            drawTwoFlag = true
+
 
             if (plotDrawEmit) {
                 plotDrawEmit.stop()

--
Gitblit v1.9.3