소스 검색

微信二维码获取

Michael Wang 5 년 전
부모
커밋
aa8779e44d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/features/OnlineExam/Examing/TextQuestionView.vue

+ 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)) {