mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-12 22:35:37 +08:00
bug(搜索):
This commit is contained in:
@@ -150,7 +150,7 @@ const CustomNavigationHeader = memo((props) => {
|
||||
|
||||
const renderSearch = useCallback(() => {
|
||||
return (
|
||||
<View className='title-search' onClick={() => Taro.navigateTo({ url: '/subpages/search/index' })}>
|
||||
<View className='title-search' onClick={() => Taro.navigateTo({ url: '/subpages/item/list' })}>
|
||||
<View className='search-container'>
|
||||
<Text className='iconfont icon-sousuo-01 search-icon' />
|
||||
{value?.showSearchButton && (
|
||||
|
||||
Reference in New Issue
Block a user