Commit b39f5daf authored by youjie's avatar youjie

no message

parent 514cb803
...@@ -28,6 +28,11 @@ ...@@ -28,6 +28,11 @@
{{$t('sm.chanpintese')}} {{$t('sm.chanpintese')}}
</div> </div>
<div class="TravelLine" v-if="TeamType!=3"></div> <div class="TravelLine" v-if="TeamType!=3"></div>
<div class="TravelNavList" v-if="(TeamType!=3)" :class="{'TravelCked':ckedNav==6}"
@click.prevent="custormAnchor('thirdMap',6)">
地图
</div>
<div class="TravelLine" v-if="TeamType!=3"></div>
<div class="TravelNavList" v-if="TeamType!=3" :class="{'TravelCked':ckedNav==4}" <div class="TravelNavList" v-if="TeamType!=3" :class="{'TravelCked':ckedNav==4}"
@click.prevent="custormAnchor('fourAnchor',4)"> @click.prevent="custormAnchor('fourAnchor',4)">
{{$t('sm.buchongxinxi')}} {{$t('sm.buchongxinxi')}}
...@@ -51,6 +56,7 @@ ...@@ -51,6 +56,7 @@
:isNewConfig="isNewConfig" @unlockFormCommit="unlockFormCommit" :CurrentUserInfo="CurrentUserInfo"> :isNewConfig="isNewConfig" @unlockFormCommit="unlockFormCommit" :CurrentUserInfo="CurrentUserInfo">
</TravelFeature> </TravelFeature>
<!-- 地图 --> <!-- 地图 -->
<div id="thirdMap">
<div class="TravelPrice clearfix" style="padding: 25px;"> <div class="TravelPrice clearfix" style="padding: 25px;">
<div class="mapImg-buttom"> <div class="mapImg-buttom">
<span class="TMTitle"><i></i>地图</span> <span class="TMTitle"><i></i>地图</span>
...@@ -68,6 +74,7 @@ ...@@ -68,6 +74,7 @@
</div> </div>
</div> </div>
<Tripmap v-if="ShowMap" :dataAll="PostConfig" :ConfigId="ConfigId" @Cancel="ShowMap=false" @Success="getMapImgSuccess"></Tripmap> <Tripmap v-if="ShowMap" :dataAll="PostConfig" :ConfigId="ConfigId" @Cancel="ShowMap=false" @Success="getMapImgSuccess"></Tripmap>
</div>
<TravelNotice :class="{'showOther':TeamType==3}" ref="TravelNotice" id="fourAnchor" @headCallBack="getNotice" <TravelNotice :class="{'showOther':TeamType==3}" ref="TravelNotice" id="fourAnchor" @headCallBack="getNotice"
:subArray="NoticeParameters" :NoticeData="NoticeData" v-bind:PostConfig="PostConfig" :subArray="NoticeParameters" :NoticeData="NoticeData" v-bind:PostConfig="PostConfig"
v-bind:AllCityList="AllCityList" v-bind:CountryID="PostConfig.CountryID"></TravelNotice> v-bind:AllCityList="AllCityList" v-bind:CountryID="PostConfig.CountryID"></TravelNotice>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
style="display: flex;align-items: start; justify-content: space-between;" style="display: flex;align-items: start; justify-content: space-between;"
> >
<div style="display: flex;flex-wrap: wrap; flex-grow: 1;"> <div style="display: flex;flex-wrap: wrap; flex-grow: 1;">
<div v-for="(x, index) in TripMapList" :key="x.Id" class="row-aic"> <div v-for="(x, index) in TripMapList" :key="index" class="row-aic">
<el-select <el-select
class="w100" class="w100"
size="mini" size="mini"
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
v-for="(item, i) in x.CityListAll" v-for="(item, i) in x.CityListAll"
:label="item.Name" :label="item.Name"
:value="item.ID" :value="item.ID"
:key="item.ID" :key="i"
> >
</el-option> </el-option>
</el-select> </el-select>
......
...@@ -337,7 +337,7 @@ ...@@ -337,7 +337,7 @@
watch: { watch: {
item: { item: {
handler(val, oldVal) { handler(val, oldVal) {
console.log("changeScenic",this.item.ScenicArray); // console.log("changeScenic",this.item.ScenicArray);
this.RenderingOk = false; this.RenderingOk = false;
this.ScenicArrayList = [] this.ScenicArrayList = []
this.item.ScenicArray.forEach((x, index) => { this.item.ScenicArray.forEach((x, index) => {
......
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