This commit is contained in:
zoujiandong
2025-07-17 17:15:28 +08:00
parent dc39275e6e
commit 75d515fbc6
92 changed files with 1718 additions and 945 deletions
+4 -2
View File
@@ -90,7 +90,7 @@ import { ref, reactive } from "vue";
import backLogoNav from "@/components/backLogoNav/backLogoNav.vue";
import list from "@/uni_modules/z-paging/components/z-paging/z-paging";
import api from "@/api/api";
import { onLoad } from "@dcloudio/uni-app";
import { onLoad,onShow } from "@dcloudio/uni-app";
import dayjs from "dayjs";
import switchImg from "@/static/switch.png";
import certImg from "@/static/cert.png";
@@ -193,7 +193,9 @@ const switchTab = (item) => {
onLoad((options) => {
});
onShow(()=>{
paging.value?.refresh();
})
const formatdate = (date) => {
return dayjs(date).format("YYYY-MM-DD");
};