+
{{item.name}}
@@ -158,7 +158,8 @@ export default {
{url:'https://eshangtech.com/ShopICO/ahyd-BID/service/baby.svg',name:'母婴室',isShow:false},
{url:'https://eshangtech.com/ShopICO/ahyd-BID/service/car.svg',name:'司机之家',isShow:false},
{url:'https://eshangtech.com/ShopICO/ahyd-BID/service/Charging.svg',name:'充电桩',isShow:false},
- {url:'https://eshangtech.com/ShopICO/ahyd-BID/service/hotel.svg',name:'客房',isShow:false}]
+ {url:'https://eshangtech.com/ShopICO/ahyd-BID/service/hotel.svg',name:'客房',isShow:false}],
+ typeShowList:[]
}
},
onLoad(option){
@@ -374,11 +375,10 @@ export default {
.typeList{
width: 100%;
display: flex;
- justify-content: space-between;
flex-flow: wrap;
margin-top: 16px;
.typeItem{
- width: calc((100% - 16px)/3);
+ width: calc((100% - 24px)/3);
height: 66px;
display: flex;
flex-direction: column;
@@ -387,6 +387,7 @@ export default {
background: #F7F7F7;
border-radius: 4px;
margin-bottom: 8px;
+ margin-right: 8px;
.img{
width: 24px;
height: 24px;