소스 검색

upload

master
HolyKnightIX 1 년 전
부모
커밋
bb6472a8db
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/pages/index/index.vue

+ 2
- 2
src/pages/index/index.vue 파일 보기

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


불러오는 중...
취소
저장