소스 검색

修复测试bug

chenxiong 3 년 전
부모
커밋
81cf0b59bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages2/class/questionBank.vue

+ 1 - 1
pages2/class/questionBank.vue

@@ -1187,7 +1187,7 @@ export default {
 				})
 				.then(res => {
 					this.recordId = res.data.data;
-					// self.photoPopup = true; //拍照
+					self.photoPopup = true; //拍照
 				});
 			
 		},