瀏覽代碼

修复bug

chenxiong 3 年之前
父節點
當前提交
0e88418acf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages2/bank/questionBankExplain.vue

+ 1 - 1
pages2/bank/questionBankExplain.vue

@@ -429,7 +429,7 @@ export default {
 		this.goodsQuestionList();
 	},
 	onUnload() {
-		if(this.isSubmit || this.isHistory) {
+		if(this.isSubmit || this.isHistory || this.explain) {
 			return
 		}
 		this.examRecordEdit();