fix(custom): 修复带有切换项页面分页数据错乱的bug
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -107,6 +107,7 @@ Taro.useDidShow(() => {
|
||||
|
||||
const changeTabs = (index: number) => {
|
||||
tabsIndex.value = index;
|
||||
listData.value = [];
|
||||
get_list();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user