This commit is contained in:
zoujiandong
2025-07-22 15:56:22 +08:00
parent 89336f5621
commit 1d598d149b
28 changed files with 881 additions and 509 deletions
+12 -4
View File
@@ -59,10 +59,18 @@ const goBack = () => {
};
const goHome=()=>{
uni.reLaunch({
url:'/pages/index/index'
})
};
console.log(props.navName);
if(props.navName=="肝胆相照病例交流园地"){
uni.reLaunch({
url:'/pages/caseTalk/caseTalk'
})
}else{
uni.reLaunch({
url:'/pages/index/index'
})
};
}
const goMy=()=>{
navTo({
url:'/pages/my/my'