Przeglądaj źródła

微信二维码获取

Michael Wang 5 lat temu
rodzic
commit
aa8779e44d

+ 1 - 1
src/features/OnlineExam/Examing/TextQuestionView.vue

@@ -373,7 +373,7 @@ export default {
       this.answerDivKey = Math.random();
     },
     fetchQRCode() {
-      if (this.shouldFetch) {
+      if (this.shouldFetchQrCode) {
         const transferFileType =
           this.examQuestion.answerType === "SINGLE_AUDIO" ? "AUDIO" : "PIC";
         if (!getQRCode(this.examQuestion.order, transferFileType)) {