Explorar el Código

修复测试bug

chenxiong hace 3 años
padre
commit
81cf0b59bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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; //拍照
 				});
 			
 		},