Browse Source

fix: 修复点击moq滑块时意外调用getlist的bug.

peter 2 days ago
parent
commit
622045d885
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mixins/category.js

+ 1 - 1
mixins/category.js

@@ -780,7 +780,7 @@ export default {
         //     t: new Date().getTime(),
         //   },
         // })
-        this.getList()
+        // this.getList()
       }
     },
     handleChangePrice(arr) {