钱包页返回也要拉数据

This commit is contained in:
张成
2026-03-04 16:03:23 +08:00
parent 69248d33c8
commit 1aa12a86c2

View File

@@ -309,9 +309,7 @@ const Withdrawal: React.FC = () => {
onBack={() => {
const pages = Taro.getCurrentPages();
const prevPage = pages[pages.length - 2];
prevPage.setData({
updateList: withdrawSuccess,
});
prevPage.setData({ updateList: true });
Taro.navigateBack();
}}
/>