This commit is contained in:
zmj 2024-06-24 14:20:47 +08:00
parent 57fa7980cf
commit 9086ccd76f
2 changed files with 0 additions and 2 deletions

View File

@ -386,7 +386,6 @@
if (class_all) class_id = ""; // if (class_all) class_id = ""; //
if (loadmore) where.value.page_no++; if (loadmore) where.value.page_no++;
else where.value.page_no = 1; else where.value.page_no = 1;
console.log('where------------', where.value)
goodListApi({ goodListApi({
...where.value, ...where.value,
class_all: class_all, class_all: class_all,

View File

@ -94,7 +94,6 @@
}) })
uni.setStorageSync('token', res.data.token); uni.setStorageSync('token', res.data.token);
userStore.setToken(res.data.token); userStore.setToken(res.data.token);
console.log(res.data.token)
userInfoApi().then(res => { userInfoApi().then(res => {
const user = res.data; const user = res.data;
userStore.setUserInfo(user); userStore.setUserInfo(user);