From 2ee8ddb1ecac7df4198e54e08ec7f22daf4b07c0 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期五, 03 一月 2025 16:57:38 +0800
Subject: [PATCH] 111

---
 packageBookService/pages/psychologyAnswer/questionOptions/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packageBookService/pages/psychologyAnswer/questionOptions/index.js b/packageBookService/pages/psychologyAnswer/questionOptions/index.js
index cf29ad8..dba5ae1 100644
--- a/packageBookService/pages/psychologyAnswer/questionOptions/index.js
+++ b/packageBookService/pages/psychologyAnswer/questionOptions/index.js
@@ -196,7 +196,7 @@
       this.setData({
         noReady: 0,
       });
-      if (this.properties.submitStatus) return wx.navigateBack();
+      if (this.properties.submitStatus) return this.triggerEvent("openIsShowDialog");
       this.properties.questionDataList.forEach((item) => {
         if (!this.isHaveAnswer(item.userAnswer)) {
           this.setData({

--
Gitblit v1.9.1