Commit 55735f8b authored by youjie's avatar youjie

酒店

parent 25a4d88e
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
.hotel-list-item .hotel-info .hotel-name { .hotel-list-item .hotel-info .hotel-name {
font-weight: bold; font-weight: bold;
color: #111111; color: #111111;
line-height: 30rpx; line-height: 34rpx;
font-size: 28rpx; font-size: 28rpx;
word-break: break-all; word-break: break-all;
text-overflow: ellipsis; text-overflow: ellipsis;
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
height: 35rpx; height: 35rpx;
margin-right: 10rpx; margin-right: 10rpx;
position: relative; position: relative;
top: 10rpx; top: 6rpx;
} }
.hotel-Subtitle img{ .hotel-Subtitle img{
height: 35rpx; height: 35rpx;
......
...@@ -764,6 +764,7 @@ ...@@ -764,6 +764,7 @@
); );
}, },
goMapHotel(){ goMapHotel(){
this.closeDropdown()
uni.navigateTo({ uni.navigateTo({
url: "/pages/hotel/mapList" url: "/pages/hotel/mapList"
}); });
......
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