浏览代码

微信二维码获取

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