Browse Source

修复视频测试不弹窗

chenxiong 3 years ago
parent
commit
7c62f787d0
1 changed files with 1 additions and 1 deletions
  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;
 					}
 				}