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();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -402,7 +402,11 @@ const handleItemClick = (item) => {
|
||||
url: config.Career_guidance,
|
||||
});
|
||||
break;
|
||||
|
||||
case '模拟面试':
|
||||
lightAppJssdk.navigation.hide({
|
||||
url: config.mock_interview,
|
||||
});
|
||||
break;
|
||||
default:
|
||||
$api.msg('暂未开放');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user