Commit 8cb6c5d1 authored by youjie's avatar youjie

no message

parent 77a60558
......@@ -140,6 +140,13 @@
deep: false,
immediate: true
},
FeatureData: {
handler(val, oldVal) {
console.log(val,'----------333')
},
deep: true,
immediate: true
},
},
mounted() {
......
......@@ -17,7 +17,7 @@
</otherJourney>
<!-- 食详情页 -->
<UpgradedVersionDetails :index="index" :FeatureData="item" :TripColor="TripColor" @toAddPages="AddPages"
@toDeletePages="DeletePages" v-if="item.pagesType==3"></UpgradedVersionDetails>
@toDeletePages="DeletePages" v-if="item.pageType==3"></UpgradedVersionDetails>
<!-- otherJourney-footer 食景 食详情 -->
<div v-if="item.pagesType!=1"
:class="{'otherJourney-footer':item.pagesType==5||item.pagesType==6||item.pagesType==3}">
......@@ -144,14 +144,7 @@
DetailsName: "", //详细标题
ImgList: [], //图片
MainDesc: "", //描述
SubList: [
{
url:null
},
{
url:null
},
],
SubList: [],
};
return detailsObj;
},
......@@ -267,6 +260,11 @@
newObj.MainDesc = "行程景点描述信息";
}
}
if(pItem.pageType == 4||pItem.pageType == 5||pItem.pageType == 6){
newObj.SubList = [
{url:''}, {url:''}
]
}
pItem.dataObj = newObj;
});
}
......
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