HolyKnightIX 1 anno fa
parent
commit
bb6472a8db
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      src/pages/index/index.vue

+ 2
- 2
src/pages/index/index.vue Vedi File

@@ -312,10 +312,10 @@ function clickTabHandle(e) {
if (!userInfoModulesPinia.token) {
return;
}
showListActive.value = e.id;
console.log(e.id, "id");
pageNum1.value = 1;
pageNum2.value = 1;
if (e.id == 1) {
getPhotoList(pageSize1.value, pageNum1.value);
} else if (e.id == 2) {


Caricamento…
Annulla
Salva