fix(custom): 修复带有切换项页面分页数据错乱的bug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-19 17:59:29 +08:00
parent f443caa511
commit 5f8ed08d45
3 changed files with 4 additions and 2 deletions

View File

@@ -107,6 +107,7 @@ Taro.useDidShow(() => {
const changeTabs = (index: number) => {
tabsIndex.value = index;
listData.value = [];
get_list();
};