Commit 59b65e2e authored by 黄奎's avatar 黄奎

11

parent 7e0ad4da
......@@ -94,7 +94,7 @@
<div slot="tip" class="el-upload__tip" style="color:red;">
{{$t('objFill.v101.myOrdersAllType.hengbsbcc')}}</div>
</el-upload>
<div class="TFSelfimgList" style="margin-top:5px;"
<div class="TFSelfimgList" style="margin-top:5px;" v-if="FeatureData&&FeatureData.TripImageListNew&&FeatureData.TripImageListNew.length>0"
v-for="(item,index) in FeatureData.TripImageListNew" :key="item.subCode">
<img :key="`t_f_`+index+10000" v-if="!item" src="../../../assets/img/bg_c3@3x.png">
<img :key="`t_f_`+index+20000" v-else :src="item">
......
......@@ -832,7 +832,7 @@
this.FeatureData.IsUploadFeature = tempData.Feature.IsUploadFeature;
this.FeatureData.DetailsImageList = tempData.Feature.DetailsImageList;
this.FeatureData.TripImageList = tempData.Feature.TripImageList;
this.FeatureData.TripImageListNew = tempData.Feature.TripImageListNew;
this.FeatureData.DetailsImageListNew = tempData.Feature.DetailsImageListNew;
//图片列表
this.FeatureData.fileList = tempData.Feature.FeatureImgList;
......@@ -945,8 +945,9 @@
}
this.FeatureData.LtName = tempData.LtName;
this.FeatureData.DayList = tempData.DayList;
this.FeatureData.TripImageListNew = tempData.Feature.TripImageListNew?tempData.Feature.TripImageListNew:[]; //特色图片
if (tempData.Feature && tempData.Feature.TripImageListNew) {
this.FeatureData.TripImageListNew = tempData.Feature.TripImageListNew;
}
this.ConfigId = tempData.ID;
//HK 2019-01-08添加 NewConfigId B2B预览使用
this.NewConfigId = tempData.NewConfigId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment