refactor: Migrate UserSearch MainView_V2 to NewWrapper_V2

- Replace NewWrapper with NewWrapper_V2
- Add contentPaddingHorizontal={16} for consistent spacing
- Verify TypeScript compilation

Phase 1 continued: UserSearch screen migrated!

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2026-04-04 10:13:22 +08:00
parent 940d31bfdc
commit 3290fa99d2
3 changed files with 15 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ import {
AvatarComp,
ClickableCustom,
Grid,
NewWrapper,
NewWrapper_V2,
StackCustom,
TextCustom,
TextInputCustom,
@@ -140,7 +140,9 @@ export default function UserSearchMainView_V2() {
});
return (
<NewWrapper
<NewWrapper_V2
hideFooter
contentPaddingHorizontal={16}
headerComponent={renderHeader(search, setSearch)}
listData={pagination.listData}
renderItem={renderItem}