react,使用antd mobileV5.22里IndexBar序列,在右边列表的顶部增加了两个元素,刷新浏览器后,此列表最顶部的那一个元素没有被默认选中:
请问如何才能在页面刷新后选中右边列表最顶部的那一个"#"?
react,使用antd mobileV5.22里IndexBar序列,在右边列表的顶部增加了两个元素,刷新浏览器后,此列表最顶部的那一个元素没有被默认选中:
请问如何才能在页面刷新后选中右边列表最顶部的那一个"#"?
const briefTitle = title => {
const map = {
'当前城市': '#',
'热门城市': 'hot'
}
return map[title] || 'title'
}