diff --git a/lib/zin/wg/picker/v1.php b/lib/zin/wg/picker/v1.php index 47c9a97d6f..a75e2eee97 100644 --- a/lib/zin/wg/picker/v1.php +++ b/lib/zin/wg/picker/v1.php @@ -77,7 +77,7 @@ class picker extends wg 'onPopShown?: function', // 菜单显示后的回调函数。 'onPopHide?: function', // 菜单隐藏时的回调函数。 'onPopHidden?: function', // 菜单隐藏后的回调函数。 - 'maxItemsCount?: int' // 最大显示条目数。 + 'maxItemsCount?: int=200' // 最大显示条目数。 ); /**