From 4eaafc69d96ad39662e02314f0ea61b53c3b9659 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 16 十二月 2024 14:34:21 +0800 Subject: [PATCH] 教学互动答题完善 --- packageBookService/pages/bookServices/examination/questionOptions/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/questionOptions/index.js b/packageBookService/pages/bookServices/examination/questionOptions/index.js index 47cb7cf..f4c88f8 100644 --- a/packageBookService/pages/bookServices/examination/questionOptions/index.js +++ b/packageBookService/pages/bookServices/examination/questionOptions/index.js @@ -75,7 +75,7 @@ }, observers: { countdownTime: function (newValue, oldValue) { - if (this.properties.answerType == "option") { + if (this.properties.answerType == "option" || this.properties.answerType == 'interaction') { this.setData({ useTime: this.formatTime( 2 * 60 * 60 * 1000 - this.properties.countdownTime -- Gitblit v1.9.1