diff --git a/subPageA/scenic/sceniclist/sceniclist.vue b/subPageA/scenic/sceniclist/sceniclist.vue
index 6065a41..3a9befe 100644
--- a/subPageA/scenic/sceniclist/sceniclist.vue
+++ b/subPageA/scenic/sceniclist/sceniclist.vue
@@ -67,7 +67,7 @@
{{
p_item.slevel
}}
- {{ p_item.address }}
+ {{ p_item.address }}
@@ -993,6 +993,7 @@ page {
}
.m-content {
+ overflow: hidden;
flex:1;
margin-left: 15rpx;
@@ -1009,13 +1010,11 @@ page {
}
.product-con{ font-size: 28rpx;color: #999;
height: 40rpx;
- overflow: hidden;
-
+ overflow: hidden;
text-overflow: ellipsis;
- white-space: nowrap;
-
-
+ white-space: nowrap;
+ image{width: 24rpx;margin-right: 8rpx;}
}
}
}
diff --git a/subPageB/hotel/hotellist/hotellist.vue b/subPageB/hotel/hotellist/hotellist.vue
index e8c5766..90a3989 100644
--- a/subPageB/hotel/hotellist/hotellist.vue
+++ b/subPageB/hotel/hotellist/hotellist.vue
@@ -7,8 +7,9 @@
-
+
@@ -18,14 +19,17 @@
-
{{ regionname }}
- 智能排序
-
分类筛选
@@ -39,9 +43,10 @@
:url="'/subPageB/hotel/hoteldetail/hoteldetail?id=' + itemName.id + '®ion=' + itemName.region"
v-for="(itemName, index) in listDatas" :key="index">
-
-
-
+
+
+
{{ itemName.hname }}
@@ -49,7 +54,7 @@
{{ itemName.hlevel }}
- 距您约{{ itemName.distance }}
+ 距您约{{ itemName.distance }}
¥{{ itemName.price }}
@@ -72,8 +77,8 @@
+ data-panel="hiddenSortPanel" data-type="sortId" :data-id="item.id"
+ v-for="(item, index) in filter.sort" :key="index">
{{ item.name }}
@@ -95,7 +100,8 @@
+ :data-parentLevelItem="'attribute_' + items.type" v-for="(items, index) in filter.attribute"
+ :key="index">
{{ items.name }}
@@ -109,8 +115,8 @@
+ :data-id="item.dicnum" :data-type="'attribute_' + items.type"
+ v-for="(item, childIndex) in items.child" :key="childIndex">
{{ item.dicname }}
@@ -127,542 +133,550 @@
+ /* .list-item{ padding: 20rpx; box-sizing: border-box; box-shadow: none; margin-top:0; margin-bottom: 20rpx;} */
+ .sort-page {
+ top: 210rpx !important
+ }
+
+ .filter-page {
+ height: auto;
+ top: 210rpx !important;
+ }
+
+ .search-container {
+ height: auto;
+ }
+ .sell_jd image{width: 24rpx;margin-right: 8rpx;}
+
\ No newline at end of file