diff --git a/src/layouts/service-location/shop-question/shop-question.vue b/src/layouts/service-location/shop-question/shop-question.vue index 5d6eaba7f..c9286b585 100644 --- a/src/layouts/service-location/shop-question/shop-question.vue +++ b/src/layouts/service-location/shop-question/shop-question.vue @@ -140,7 +140,7 @@ export default { } await this.$nextTick(); - window.scrollTo(0,document.body.scrollHeight); + window.scrollTo(0, document.body.scrollHeight); // const shopQuestion = document.getElementsByClassName("shop-question")[0];