From f47ea06fd7813be92302f3c71361bbbdf75154ee 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: Thu, 5 Feb 2026 13:12:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=A7=E8=B4=B8=E6=98=93?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E4=B8=8B=E7=9A=84=E6=8C=81=E7=BB=AD=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/goods/index.js b/pages/goods/index.js index 043eab5..903d30c 100644 --- a/pages/goods/index.js +++ b/pages/goods/index.js @@ -41,7 +41,7 @@ Page({ activeFilter: 'all', // 当前筛选条件:all, small, large filterConfig: { small: ['何佳芹', '李真音'], // 小品种创建者 - large: ['吴海燕', '陈骏', '刘琴', '汤敏'] // 大贸易创建者 + large: ['吴海燕', '陈骏', '刘琴', '杨率','汤敏'] // 大贸易创建者 }, total: 0, // 总数据条数 searchTimer: null, // 搜索防抖定时器