钱包页返回也要拉数据
This commit is contained in:
@@ -309,9 +309,7 @@ const Withdrawal: React.FC = () => {
|
|||||||
onBack={() => {
|
onBack={() => {
|
||||||
const pages = Taro.getCurrentPages();
|
const pages = Taro.getCurrentPages();
|
||||||
const prevPage = pages[pages.length - 2];
|
const prevPage = pages[pages.length - 2];
|
||||||
prevPage.setData({
|
prevPage.setData({ updateList: true });
|
||||||
updateList: withdrawSuccess,
|
|
||||||
});
|
|
||||||
Taro.navigateBack();
|
Taro.navigateBack();
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user