瀏覽代碼

:bug: fixing sortBy check

tags/0.9.0
J 4 年之前
父節點
當前提交
6a680fbf4b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue 查看文件

198
 
198
 
199
             // Always unset and reset the intersection loader
199
             // Always unset and reset the intersection loader
200
             this.unsetIntersectionLoader()
200
             this.unsetIntersectionLoader()
201
-            if(!toPathInfo.sortBy != sortTypes.material) {
201
+            if(!this._getSortBy() != sortTypes.material) {
202
                 this.setIntersectionLoader()
202
                 this.setIntersectionLoader()
203
             }
203
             }
204
         }
204
         }

Loading…
取消
儲存