flat: 语音合成、语音识别
This commit is contained in:
@@ -111,16 +111,16 @@ onHide(() => {
|
||||
paging.value?.handleTouchCancel();
|
||||
if (isDrawerOpen.value) {
|
||||
isDrawerOpen.value = false;
|
||||
// uni.showTabBar();
|
||||
uni.showTabBar();
|
||||
}
|
||||
});
|
||||
|
||||
const toggleDrawer = () => {
|
||||
isDrawerOpen.value = !isDrawerOpen.value;
|
||||
if (isDrawerOpen.value) {
|
||||
// uni.hideTabBar();
|
||||
uni.hideTabBar();
|
||||
} else {
|
||||
// uni.showTabBar();
|
||||
uni.showTabBar();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user