11111
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user