Browse Source

优化大贸易筛选下的持续加载机制

Xfy
徐飞洋 1 month ago
parent
commit
f47ea06fd7
  1. 2
      pages/goods/index.js

2
pages/goods/index.js

@ -41,7 +41,7 @@ Page({
activeFilter: 'all', // 当前筛选条件:all, small, large activeFilter: 'all', // 当前筛选条件:all, small, large
filterConfig: { filterConfig: {
small: ['何佳芹', '李真音'], // 小品种创建者 small: ['何佳芹', '李真音'], // 小品种创建者
large: ['吴海燕', '陈骏', '刘琴', '汤敏'] // 大贸易创建者 large: ['吴海燕', '陈骏', '刘琴', '杨率','汤敏'] // 大贸易创建者
}, },
total: 0, // 总数据条数 total: 0, // 总数据条数
searchTimer: null, // 搜索防抖定时器 searchTimer: null, // 搜索防抖定时器

Loading…
Cancel
Save