优化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user