Commit afd5eafc authored by zhengke's avatar zhengke

修改

parent 2f7cc8b3
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<TravelNotice ref="TravelNotice" id="fourAnchor" @headCallBack="getNotice" :subArray="NoticeParameters" <TravelNotice ref="TravelNotice" id="fourAnchor" @headCallBack="getNotice" :subArray="NoticeParameters"
:NoticeData="NoticeData" v-bind:PostConfig="PostConfig" v-bind:AllCityList="AllCityList" v-bind:CountryID="PostConfig.CountryID"></TravelNotice> :NoticeData="NoticeData" v-bind:PostConfig="PostConfig" v-bind:AllCityList="AllCityList" v-bind:CountryID="PostConfig.CountryID"></TravelNotice>
<TravelPrice2 ref="TravelPrice" id="fiveAnchor" @headCallBack="getPrice" :PostDaysTrip="PostDaysTrip" v-if="TeamType==1" <TravelPrice2 ref="TravelPrice" id="fiveAnchor" @headCallBack="getPrice" :PostDaysTrip="PostDaysTrip"
:priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid" :TeamType="TeamType"></TravelPrice2> :priceList="PriceList" :PostConfig="PostConfig" :modifyTcid="modifyTcid" :TeamType="TeamType"></TravelPrice2>
<div class="btnFixedDiv"> <div class="btnFixedDiv">
<div class="toTop" @click="backTop"> <div class="toTop" @click="backTop">
......
...@@ -186,7 +186,7 @@ export default { ...@@ -186,7 +186,7 @@ export default {
narrative: true //叙述, narrative: true //叙述,
}, },
//是否显示编辑框 //是否显示编辑框
isShowEdit: false, isShowEdit: true,
dspNone: false, dspNone: false,
initialIndex: 0, initialIndex: 0,
//text框placeholder //text框placeholder
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
narrative: true //叙述, narrative: true //叙述,
}, },
//是否显示编辑框 //是否显示编辑框
isShowEdit:false, isShowEdit:true,
dspNone:false, dspNone:false,
initialIndex:0, initialIndex:0,
//text框placeholder //text框placeholder
......
...@@ -199,7 +199,7 @@ export default { ...@@ -199,7 +199,7 @@ export default {
//不选中 //不选中
UnCheckedVaule: 0, UnCheckedVaule: 0,
//是否显示编辑框 //是否显示编辑框
isShowEdit: false, isShowEdit: true,
//text框placeholder //text框placeholder
placeholder: "请输入酒店信息", placeholder: "请输入酒店信息",
//酒店含餐 //酒店含餐
......
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
QTicketList: [], QTicketList: [],
DefaultSelectValue: 0, DefaultSelectValue: 0,
//是否显示编辑框 //是否显示编辑框
isShowEdit: false, isShowEdit: true,
dspNone: false, dspNone: false,
initialIndex: 0, initialIndex: 0,
//text框placeholder //text框placeholder
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
narrative: true //叙述, narrative: true //叙述,
}, },
//是否显示编辑框 //是否显示编辑框
isShowEdit:false, isShowEdit:true,
//text框placeholder //text框placeholder
placeholder:'请输入行程大点信息' placeholder:'请输入行程大点信息'
}; };
......
...@@ -230,7 +230,7 @@ export default { ...@@ -230,7 +230,7 @@ export default {
//不用车 //不用车
UnCheckedVaule: 0, UnCheckedVaule: 0,
//是否显示编辑框 //是否显示编辑框
isShowEdit: false, isShowEdit: true,
//text框placeholder //text框placeholder
placeholder: "请输入交通信息", placeholder: "请输入交通信息",
//交通验证 //交通验证
......
...@@ -47,7 +47,7 @@ export default { ...@@ -47,7 +47,7 @@ export default {
narrative: true //叙述, narrative: true //叙述,
}, },
//是否显示编辑框 //是否显示编辑框
isShowEdit:false, isShowEdit:true,
//text框placeholder //text框placeholder
placeholder:'请输入提示信息', placeholder:'请输入提示信息',
}; };
......
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