Commit 3677317e authored by youjie's avatar youjie

no message

parent 2563d39a
......@@ -1057,6 +1057,7 @@ export default {
(r) => {
try {
if (r.data.resultCode == 1 && r.data.data.id>0) {
this.tripImages = []
if(r.data.data.feature.tripImageList.length>0){
let OtherFile = r.data.data.feature.tripImageList
let header = r.data.data.feature.headerImage
......@@ -1071,7 +1072,7 @@ export default {
})
}
console.log(this.tripImages,'=---')
// detailsImageList tripImageList headerImage footerImage
// tripImageList detailsImageList headerImage footerImage
// this.getTripFeatureImageHandler(r.data.data.id)
this.dataList = r.data.data;
if (this.dataList.dayList && this.dataList.dayList.length > 0) {
......
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