Explorar el Código

upload

master
HolyKnightIX hace 1 año
padre
commit
bb6472a8db
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/pages/index/index.vue

+ 2
- 2
src/pages/index/index.vue Ver fichero

@@ -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) {


Cargando…
Cancelar
Guardar