Commit b7c1e815 authored by 苏志权's avatar 苏志权

fix: 【首页】点击优化 53862

parent 362ecfc9
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment