zengh
2022-02-18 10ca1a362276175c0547ce977f778ce9c637579d
pages/article/article.vue
@@ -173,7 +173,6 @@
               query
                  .select('#articleBox')
                  .boundingClientRect(data => {
                     that.swiperHeight = (safeArea.bottom - data.top - 50);
                  })