litian
2024-04-11 f00c1cca98455a036548672d28e7e8ad13729a21
packageBookService/pages/bookServices/examination/examination.js
@@ -873,6 +873,14 @@
              '<img style="max-width: 300rpx !important;object-fit: contain;" class="stem-rich-img" '
            );
          }
          // 听力题修改
          if (questionObj.questionType == 'singleChoiceArr') {
            questionObj.stem.stemTxt = questionObj.stem.stemTxt
              .replace(
                /\<audio/gi,
                '<audio @play="play" '
              )
          }
          // 获取图片
          if (
            questionObj.stemStyle == "Image" ||