Przeglądaj źródła

地图添加页面优化

wulanhaote
hbao 3 lat temu
rodzic
commit
7ba07c2f2d
1 zmienionych plików z 5 dodań i 5 usunięć
  1. +5
    -5
      src/views/homesteadSurvey/add.vue

+ 5
- 5
src/views/homesteadSurvey/add.vue Wyświetl plik

@@ -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();


Ładowanie…
Anuluj
Zapisz