mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-12 14:25:38 +08:00
bug:
This commit is contained in:
@@ -280,7 +280,7 @@ function NearlyShop(props) {
|
||||
<SpPage className='page-store-list' ref={pageRef}>
|
||||
<View className='search-block'>
|
||||
<View className='search-bar'>
|
||||
<View className='region-picker'>
|
||||
{/* <View className='region-picker'>
|
||||
<View
|
||||
className='pick-title'
|
||||
onClick={() => {
|
||||
@@ -291,9 +291,8 @@ function NearlyShop(props) {
|
||||
>
|
||||
<View className='iconfont icon-periscope'></View>
|
||||
<Text className='pick-address'>{chooseValue.join('') || '选择地区'}</Text>
|
||||
{/* <Text className='iconfont icon-arrowDown'></Text> */}
|
||||
</View>
|
||||
</View>
|
||||
</View> */}
|
||||
|
||||
<View className='search-comp-wrap'>
|
||||
<Text className='iconfont icon-sousuo-01'></Text>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
border-radius: 40px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 6px 6px 6px 20px;
|
||||
padding: 6px 6px 6px 6px;
|
||||
}
|
||||
.region-picker {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user