|
|
|
@ -4,9 +4,9 @@ |
|
|
|
|
<!-- <uSearchBar @confirm="search" @input="input"></uSearchBar> |
|
|
|
|
<view class="line1 mart10"></view> --> |
|
|
|
|
<view class="width90 mart20 font15 fcor333">当前定位</view> |
|
|
|
|
<view class="posacname actives width90 mart20">{{posName}}</view> |
|
|
|
|
<view class="posacname actives mart20">{{posName}}</view> |
|
|
|
|
<view class="width90 mart20 font14 fcor333">其他地区</view> |
|
|
|
|
<view class="posacname mart20 flleft font14" :class="{'actives':posId===item.regionId}" |
|
|
|
|
<view class="posheadname mart20 flleft font14" :class="{'actives':posId===item.regionId}" |
|
|
|
|
v-for="(item,index) in posList" @click="change(item)"> |
|
|
|
|
{{item.regionName}} |
|
|
|
|
</view> |
|
|
|
@ -61,10 +61,23 @@ |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style lang="less"> |
|
|
|
|
.posheadname { |
|
|
|
|
background-color: #f5f5f5; |
|
|
|
|
color: #666666; |
|
|
|
|
padding-left: 10px; |
|
|
|
|
padding-right: 10px; |
|
|
|
|
height: 30px; |
|
|
|
|
margin-left: 4%; |
|
|
|
|
line-height: 30px; |
|
|
|
|
text-align: center; |
|
|
|
|
border-radius: 5px; |
|
|
|
|
} |
|
|
|
|
.posacname { |
|
|
|
|
background-color: #f5f5f5; |
|
|
|
|
color: #666666; |
|
|
|
|
width: 20%; |
|
|
|
|
display: inline-block; |
|
|
|
|
padding-left: 10px; |
|
|
|
|
padding-right: 10px; |
|
|
|
|
height: 30px; |
|
|
|
|
margin-left: 4%; |
|
|
|
|
line-height: 30px; |
|
|
|
|