Selaa lähdekoodia

upload

master
HolyKnightIX 2 vuotta sitten
vanhempi
commit
bb6472a8db
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      src/pages/index/index.vue

+ 2
- 2
src/pages/index/index.vue Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna