This commit is contained in:
zmj 2024-06-11 16:06:22 +08:00
parent 45b8ef63bd
commit 3f722e005b
1 changed files with 2 additions and 2 deletions

View File

@ -325,14 +325,14 @@
const goodClassTow = ref([]); //
const goodClassThree = ref([]); //
const classMap = new Map();
const getgoodClassList = (pid = 0, three = 0) => {
const getgoodClassList = (pid = 0, three = 1) => {
let page_no = classMap.get(pid) || 1;
// console.log(classMap.get(pid));
goodClassListApi({
pid: pid,
page_no: page_no,
page_size: 30,
leve: three,
level: three,
store_id: STORE_INFO.id || '' // id
}).then(res => {
if (pid == 0) { //