Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gaohuaxue-mobile-app
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
前端-苏志权
gaohuaxue-mobile-app
Commits
c6be19ac
Commit
c6be19ac
authored
Jul 28, 2023
by
前端-苏志权
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2-test-szq' into 'v2-test'
fix: 【首页】点击优化 53862 See merge request
project/gaohuaxue-mobile-app!107
parents
362ecfc9
b7c1e815
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
index.tsx
src/views/Home/components/header/index.tsx
+12
-7
No files found.
src/views/Home/components/header/index.tsx
View file @
c6be19ac
...
...
@@ -123,19 +123,24 @@ const Header: React.FC<NavBarProps> = (props: NavBarProps) => {
/>
<
View
style=
{
myStyle
.
container
}
>
<
View
style=
{
myStyle
[
'nav-bar-left-view'
]
}
>
<
Text
style=
{
{
textAlign
:
'center'
}
}
>
{
languageTitle
}
</
Text
>
<
TouchableOpacity
onPress=
{
jumpToLanguage
}
activeOpacity=
{
0.8
}
>
<
Text
style=
{
{
textAlign
:
'center'
}
}
>
{
languageTitle
}
</
Text
>
</
TouchableOpacity
>
<
TouchableOpacity
onPress=
{
jumpToLanguage
}
activeOpacity=
{
0.8
}
>
<
Icons
name=
{
'down'
}
size=
{
12
}
color=
{
backIconColor
}
/>
</
TouchableOpacity
>
</
View
>
<
View
style=
{
myStyle
[
'nav-bar-wrap'
]
}
>
<
Text
style=
{
[
myStyle
[
'nav-bar-title'
],
{
color
:
titleColor
},
null
]
}
numberOfLines=
{
1
}
>
{
title
}
</
Text
>
<
TouchableOpacity
onPress=
{
jumpToMember
}
>
<
Text
style=
{
[
myStyle
[
'nav-bar-title'
],
{
color
:
titleColor
},
null
]
}
numberOfLines=
{
1
}
>
{
title
}
</
Text
>
</
TouchableOpacity
>
<
TouchableOpacity
onPress=
{
jumpToMember
}
>
<
Icons
name=
{
'caretdown'
}
size=
{
16
}
color=
{
backIconColor
}
/>
</
TouchableOpacity
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment