|
@@ -603,7 +603,7 @@ export default {
|
|
if (self.goodsDetail.goodsPhotoExamConfig) {
|
|
if (self.goodsDetail.goodsPhotoExamConfig) {
|
|
let goodsPhotoExamConfig = JSON.parse(self.goodsDetail.goodsPhotoExamConfig);
|
|
let goodsPhotoExamConfig = JSON.parse(self.goodsDetail.goodsPhotoExamConfig);
|
|
if (goodsPhotoExamConfig.photograph > 0) {
|
|
if (goodsPhotoExamConfig.photograph > 0) {
|
|
- self.needPhoto = true;
|
|
|
|
|
|
+ // self.needPhoto = true;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1943,7 +1943,6 @@ export default {
|
|
.lisSty {
|
|
.lisSty {
|
|
margin-bottom: 16rpx;
|
|
margin-bottom: 16rpx;
|
|
display: flex;
|
|
display: flex;
|
|
- align-items: center;
|
|
|
|
|
|
|
|
.flex_auto {
|
|
.flex_auto {
|
|
flex: 1;
|
|
flex: 1;
|
|
@@ -1974,7 +1973,7 @@ export default {
|
|
|
|
|
|
&.checked {
|
|
&.checked {
|
|
color: #fff;
|
|
color: #fff;
|
|
- background: #007AFF;
|
|
|
|
|
|
+ background: blue;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|