Browse Source

upload

master
HolyKnightIX 1 year ago
parent
commit
bb6472a8db
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/pages/index/index.vue

+ 2
- 2
src/pages/index/index.vue View 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) {


Loading…
Cancel
Save