This commit is contained in:
2025-11-22 15:46:23 +08:00
parent b2b665dfb6
commit cba231ab3d
11 changed files with 197 additions and 127 deletions

View File

@@ -131,6 +131,7 @@ const MyselfPageContent: React.FC = () => {
const handle_wallet = () => {
(Taro as any).navigateTo({
url: "/user_pages/wallet/index",
// url: "/user_pages/other/index?userid=18",
});
};
@@ -213,6 +214,7 @@ const MyselfPageContent: React.FC = () => {
loadMoreMatches={() => {}}
collapse={true}
style={{ paddingBottom: 0, overflow: "hidden" }}
listLoadErrorHeight="320px"
defaultShowNum={3}
/>
</ScrollView>
@@ -231,6 +233,7 @@ const MyselfPageContent: React.FC = () => {
loadMoreMatches={() => {}}
collapse={true}
style={{ paddingBottom: "90px", overflow: "hidden" }}
listLoadErrorHeight="320px"
defaultShowNum={3}
/>
</ScrollView>