滚动提交

v1.0.0
于肖磊 2024-08-12 16:53:04 +08:00
parent ab57a5328b
commit 43a516de40
1 changed files with 1 additions and 0 deletions

View File

@ -429,6 +429,7 @@ const set_show_tabs = (index: number) => {
if (for_index == index) {
emits('rightUpdate', item, diy_data.value, page_data.value, footer_nav.value);
item.show_tabs = true;
scroll();
}
});
};