Browse Source

添加高级筛选功能入口

pull/12/head
徐飞洋 2 months ago
parent
commit
1cceb1a323
  1. 4
      pages/index/index.wxml

4
pages/index/index.wxml

@ -6,7 +6,7 @@
<!-- 搜索区域 -->
<view class="search-section">
<view class="search-bar" style="width: 574rpx; display: flex; box-sizing: border-box">
<view class="search-bar" style="width: 693rpx; display: flex; box-sizing: border-box">
<view class="search-input-wrapper">
<!-- 将地区选择器放在最左边 -->
<view class="region-selector" bindtap="toggleRegionPicker">
@ -22,7 +22,7 @@
bindinput="onSearchInput"
/>
</view>
<view class="egg-inner" style="position: relative; left: 129rpx; top: 0rpx" bindtap="openAdvancedFilter">筛选</view>
<view class="egg-inner" style="position: relative;" bindtap="openAdvancedFilter">筛选</view>
</view>
</view>
</view>

Loading…
Cancel
Save