Commit 61c49608 authored by youjie's avatar youjie

no message

parent 47e632e8
...@@ -489,7 +489,7 @@ ...@@ -489,7 +489,7 @@
box-shadow: 0 2px 8px rgb(0 0 0 / 20%); box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
z-index: 999; z-index: 999;
" "
v-if="currentHeight > priceListHeight + 800 && $q.platform.is.mobile" v-if="currentHeight > priceListHeight + 100 && $q.platform.is.mobile"
:style="{ transform: stickyHeight }" :style="{ transform: stickyHeight }"
> >
<q-tabs <q-tabs
...@@ -1232,7 +1232,7 @@ export default { ...@@ -1232,7 +1232,7 @@ export default {
this.travelLngLat.push({ this.travelLngLat.push({
Lat: this.hotelSummary.latitudeW, Lat: this.hotelSummary.latitudeW,
Lng: this.hotelSummary.longitudeW, Lng: this.hotelSummary.longitudeW,
name: this.hotelSummary.hotelName Address: this.hotelSummary.hotelName
}); });
//拆分酒店服务与设施 //拆分酒店服务与设施
if (this.hotelDetails.roomEquipments != "") { if (this.hotelDetails.roomEquipments != "") {
...@@ -1526,7 +1526,9 @@ export default { ...@@ -1526,7 +1526,9 @@ export default {
60; 60;
}, 1000); }, 1000);
}); });
} else { } else {
this.$q.notify({ this.$q.notify({
type: "negative", type: "negative",
......
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