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

+ 2 - 3
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;
 					}
 				}
 				
@@ -1943,7 +1943,6 @@ export default {
 .lisSty {
 	margin-bottom: 16rpx;
 	display: flex;
-	align-items: center;
 
 	.flex_auto {
 		flex: 1;
@@ -1974,7 +1973,7 @@ export default {
 
 	&.checked {
 		color: #fff;
-		background: #007AFF;
+		background: blue;
 	}
 }