From dcdf94bfb544daeb6ada5c3b1ce6cb62f4c35863 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 16 十二月 2024 14:49:41 +0800
Subject: [PATCH] 教学互动测试版完成

---
 packageBookService/pages/bookServices/examination/examination.js |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/examination.js b/packageBookService/pages/bookServices/examination/examination.js
index 11a7fd1..e07f0c9 100644
--- a/packageBookService/pages/bookServices/examination/examination.js
+++ b/packageBookService/pages/bookServices/examination/examination.js
@@ -2449,12 +2449,11 @@
         this.setinteractionInfo(true)
       } else {
         // 鍋氬畬浜嗭紝娌″姞鍏ョ彮绾�
-        this.setData({
-          isShowDialog: true
-        })
         this.setinteractionInfo(false)
       }
-
+      this.setData({
+        isShowDialog: true
+      })
     }
     this.setData({
       submitStatus: true

--
Gitblit v1.9.1