Sfoglia il codice sorgente

Merge branch 'master' into stage-4

chenxiong 3 anni fa
parent
commit
67672ec3e2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages2/class/questionBank.vue

+ 1 - 1
pages2/class/questionBank.vue

@@ -603,7 +603,7 @@ export default {
 				if (self.goodsDetail.goodsPhotoExamConfig) {
 					let goodsPhotoExamConfig = JSON.parse(self.goodsDetail.goodsPhotoExamConfig);
 					if (goodsPhotoExamConfig.photograph > 0) {
-						// self.needPhoto = true;
+						self.needPhoto = true;
 					}
 				}