|
@@ -1264,7 +1264,8 @@ export default {
|
|
|
if (val.type == '1') {
|
|
if (val.type == '1') {
|
|
|
this.fromValue.img = val.fileUrl;
|
|
this.fromValue.img = val.fileUrl;
|
|
|
} else if (val.type == '2') {
|
|
} else if (val.type == '2') {
|
|
|
- this.fromValue.imgSed = val.fileUrl;
|
|
|
|
|
|
|
+ // this.fromValue.imgSed = val.fileUrl;
|
|
|
|
|
+ this.displayImg.push(val.fileUrl);
|
|
|
} else {
|
|
} else {
|
|
|
this.fromValue.carShopImgList.push(val.fileUrl);
|
|
this.fromValue.carShopImgList.push(val.fileUrl);
|
|
|
}
|
|
}
|