| @@ -35,14 +35,14 @@ | |||||
| <div style=" height: 2px; border: 2px dashed #b5b4b4;margin-top: 40px;"></div> | <div style=" height: 2px; border: 2px dashed #b5b4b4;margin-top: 40px;"></div> | ||||
| </van-col> | </van-col> | ||||
| <van-col span="4" style="text-align:center;" @click="active=3,getZrzList()"> | <van-col span="4" style="text-align:center;" @click="active=3,getZrzList()"> | ||||
| <van-icon :name="require('../../assets/images/housesteadSurvey/fwxx'+(active==3?'A':'D')+'.png')" size="1rem" @click="mapClickLoading" style="margin-top:0px;"/> | |||||
| <van-icon :name="require('../../assets/images/housesteadSurvey/fwxx'+(active==3?'A':'D')+'.png')" size="1rem" style="margin-top:0px;"/> | |||||
| <p :style="{color:(active==3?'rgb(34, 183, 242)':'#000')}">房屋信息</p> | <p :style="{color:(active==3?'rgb(34, 183, 242)':'#000')}">房屋信息</p> | ||||
| </van-col> | </van-col> | ||||
| <van-col span="2"> | <van-col span="2"> | ||||
| <div style=" height: 2px; border: 2px dashed #b5b4b4;margin-top: 40px;"></div> | <div style=" height: 2px; border: 2px dashed #b5b4b4;margin-top: 40px;"></div> | ||||
| </van-col> | </van-col> | ||||
| <van-col span="4" style="text-align:center;" @click="active=4,getFsssList()"> | <van-col span="4" style="text-align:center;" @click="active=4,getFsssList()"> | ||||
| <van-icon :name="require('../../assets/images/housesteadSurvey/fsss'+(active==4?'A':'D')+'.png')" size="1rem" @click="mapClickLoading" style="margin-top:0px;"/> | |||||
| <van-icon :name="require('../../assets/images/housesteadSurvey/fsss'+(active==4?'A':'D')+'.png')" size="1rem" style="margin-top:0px;"/> | |||||
| <p :style="{color:(active==4?'rgb(34, 183, 242)':'#000')}">附属设施</p> | <p :style="{color:(active==4?'rgb(34, 183, 242)':'#000')}">附属设施</p> | ||||
| </van-col> | </van-col> | ||||
| </van-row> | </van-row> | ||||
| @@ -3613,16 +3613,16 @@ | |||||
| changeActive(){ | changeActive(){ | ||||
| if(this.active<4){ | if(this.active<4){ | ||||
| this.active+=1 | this.active+=1 | ||||
| this.mapClickLoading(); | |||||
| }else{ | }else{ | ||||
| this.active=1 | this.active=1 | ||||
| this.mapClickLoading(); | |||||
| } | } | ||||
| }, | }, | ||||
| changeActiveBack(){ | changeActiveBack(){ | ||||
| if(this.active>1){ | if(this.active>1){ | ||||
| this.active-=1 | this.active-=1 | ||||
| this.mapClickLoading(); | |||||
| if(this.active ==1){ | |||||
| this.mapClickLoading(); | |||||
| } | |||||
| }else{ | }else{ | ||||
| this.active=1 | this.active=1 | ||||
| this.mapClickLoading(); | this.mapClickLoading(); | ||||