fix 聊天页tabbar显示隐藏
This commit is contained in:
@@ -125,7 +125,7 @@ onHide(() => {
|
|||||||
paging.value?.handleTouchCancel();
|
paging.value?.handleTouchCancel();
|
||||||
if (isDrawerOpen.value) {
|
if (isDrawerOpen.value) {
|
||||||
isDrawerOpen.value = false;
|
isDrawerOpen.value = false;
|
||||||
uni.showTabBar();
|
if(!screenStore.isWideScreen)uni.showTabBar();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -134,7 +134,7 @@ const toggleDrawer = () => {
|
|||||||
if (isDrawerOpen.value) {
|
if (isDrawerOpen.value) {
|
||||||
uni.hideTabBar();
|
uni.hideTabBar();
|
||||||
} else {
|
} else {
|
||||||
uni.showTabBar();
|
if(!screenStore.isWideScreen)uni.showTabBar();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user