收藏筛选类目

This commit is contained in:
BAKEYi 2026-06-02 18:32:15 +08:00
parent 753c9932aa
commit 18805583c1
1 changed files with 1 additions and 2 deletions

View File

@ -203,8 +203,7 @@ export default {
// state === 1
async loadFilterCategories() {
try {
const syrId = uni.getStorageSync('syrId') || 1;
const res = await request.post('/sj/firstclass', { id: syrId })
const res = await request.post('/sj/firstclass', {})
if ((res.code === 200 || res.state === 1) && res.data) {
const firstClasses = res.data;