fix(挂件):

This commit is contained in:
zhangjing1
2026-02-05 21:04:50 +08:00
parent 1257573142
commit 02dc88a1e3
2 changed files with 1 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ const CustomNavigationHeader = memo((props) => {
const renderNearby = useCallback(() => {
return (
<View className='title-function nearby-function' onClick={handleNearbyClick}>
<View className='title-function nearby-function' onClick={handleNearbyClick} style={{ color: value?.titleColor }}>
<Text className='nearby-function-text'>
{VERSION_STANDARD ? shopInfo?.name || '总店' : nearbyText || '选择地区'}
</Text>

View File

@@ -163,7 +163,6 @@
.nearby-function-text {
font-size: 28px;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@@ -172,7 +171,6 @@
.nearby-function-icon {
font-size: 28px;
color: #333;
}
}