From 73c9a637e9788abb675253e6b627455a7bcc4de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Mon, 19 Jan 2026 11:43:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=AB=98=E7=BA=A7=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E5=8A=9F=E8=83=BD=EF=BC=8C=E6=94=B9=E4=B8=BA=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E5=BC=B9=E5=87=BA=E5=B8=83=E5=B1=80=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E9=80=89=E9=A1=B9=E9=81=AE=E6=8C=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.js | 2 +- pages/index/index.wxml | 98 +++++++++++++++++++++++++ pages/index/index.wxss | 162 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 261 insertions(+), 1 deletion(-) diff --git a/pages/index/index.js b/pages/index/index.js index 16dc41a..508839c 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -2148,7 +2148,7 @@ Page({ }, // 选择地区并关闭下拉菜单 - selectRegion: function (e) { + selectAdvancedRegion: function (e) { const region = e.currentTarget.dataset.region; this.setData({ 'advancedFilters.region': region, diff --git a/pages/index/index.wxml b/pages/index/index.wxml index f70b75e..962cc2b 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -53,6 +53,104 @@ + + + + + + + 高级筛选 + + 重置 + 确定 + + + + + + + + + {{item.label}} + + + + + + + + + {{item.label}} + + + + + + + {{item.label}} + + + + + + + {{item.label}} + + + + + + + {{item.label}} + + + + + + + {{item.label}} + + + + + +