This commit is contained in:
zoujiandong
2025-06-13 19:09:30 +08:00
parent 518a5d1b47
commit a31fc3c1e6
40 changed files with 4210 additions and 532 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ onLoad(()=>{
})
const goCert = () => {
uni.navigateTo({
url: "/pages/certList/certList",
url: "/pages/certList/certList?doctor_id="+userInfo.doctor_id,
});
};
const goDoctor=(id,name)=>{