5.29
This commit is contained in:
@@ -65,10 +65,18 @@ const props=defineProps({
|
||||
}
|
||||
});
|
||||
const handleClick = (e) => {
|
||||
if(e==1){
|
||||
if(e==0){
|
||||
uni.navigateTo({
|
||||
url: "/pages/index/index",
|
||||
});
|
||||
}else if(e==1){
|
||||
uni.navigateTo({
|
||||
url: "/pages/case/case",
|
||||
});
|
||||
}else if(e==2){
|
||||
uni.navigateTo({
|
||||
url: "/pages/caseTalk/caseTalk",
|
||||
});
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user