chenxiong %!s(int64=3) %!d(string=hai) anos
pai
achega
52b8952f00
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  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;
 	}
 }