球局icon 更新
This commit is contained in:
@@ -57,7 +57,7 @@ const ListCard: React.FC<ListCardProps> = ({
|
||||
|
||||
// 处理地点截断,确保固定信息始终显示
|
||||
const displayLocation = useMemo(() => {
|
||||
if (!location) return '';
|
||||
if (!location) return null; // 直接返回 null,不渲染
|
||||
|
||||
// 获取屏幕宽度,用于计算实际容器宽度
|
||||
const systemInfo = Taro.getSystemInfoSync();
|
||||
|
||||
@@ -25,7 +25,7 @@ const SearchBarComponent = (props: IProps) => {
|
||||
clearable={false}
|
||||
leftIn={
|
||||
<View className={styles.searchBarLeft}>
|
||||
<Image className={styles.searchIcon} src={img.ICON_SEARCH} />
|
||||
<Image className={styles.searchIcon} src={img.ICON_LIST_SEARCH_SEARCH} />
|
||||
</View>
|
||||
}
|
||||
right={
|
||||
|
||||
Reference in New Issue
Block a user