Explorar o código

器件在售商家下拉获取数据问题处理

yangc %!s(int64=8) %!d(string=hai) anos
pai
achega
db7f7631e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/mobile/brand/ComponentDetail.vue

+ 1 - 1
components/mobile/brand/ComponentDetail.vue

@@ -229,7 +229,7 @@
     methods: {
       scroll: function () {
         let scrolled = document.documentElement.scrollTop || window.pageYOffset || document.body.scrollTop
-        if (Math.ceil(scrolled + window.screen.availHeight) >= document.body.scrollHeight && !this.isSearchingMore && this.page < this.allPage) {
+        if (Math.ceil(scrolled + window.screen.availHeight) >= document.body.scrollHeight && !this.isSearchingMore && this.params.page < this.allPage) {
           this.getMoreStore()
         }
       },