Commit ac5697bb authored by youjie's avatar youjie

no message

parent 2fd736a8
...@@ -31,7 +31,9 @@ ...@@ -31,7 +31,9 @@
</div></div> </div></div>
</template> </template>
<script> <script>
import componentsMap from "src/components/car/Map.vue";
export default { export default {
components: {componentsMap},
props: { props: {
orderInfo: { orderInfo: {
type: Object, type: Object,
...@@ -89,28 +91,6 @@ export default { ...@@ -89,28 +91,6 @@ export default {
}, 1000); }, 1000);
}); });
} }
this.$nextTick(() => {
this.getCarPriceData()
setTimeout(() => {
this.navs.forEach((x) => {
x.top =
this.$refs[x.val].getBoundingClientRect().top + this.currentHeight - 60;
});
this.priceListHeight =
this.$refs.pricelist.getBoundingClientRect().top +
this.currentHeight -
60;
}, 1000);
try {
document
.querySelector("#scrollId .q-page-container")
.addEventListener("scroll", this.handleScrollDay);
} catch (error) {
// console.log(document.querySelector('#scrollId .q-page-container'))
// console.log('异常信息', error)
}
});
} else { } else {
this.$q.notify({ this.$q.notify({
......
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