This commit is contained in:
zoujiandong
2025-06-16 19:01:04 +08:00
parent c1309bc9fc
commit bbc99ec0dd
26 changed files with 488 additions and 260 deletions
+2 -1
View File
@@ -58,6 +58,7 @@ import api from "@/api/api";
import { onLoad } from "@dcloudio/uni-app";
import dayjs from "dayjs";
import switchImg from "@/static/switch.png";
import navTo from "@/utils/navTo.js";
import certImg from "@/static/cert.png";
const paging = ref(null);
const isSearch=ref(false);
@@ -95,7 +96,7 @@ onLoad((options) => {
})
const goDetail=(url)=>{
uni.navigateTo({
navTo({
url: `/pages/certImg/certImg?src=${url}`
})
}