diff --git a/src/picker/picker-item.ts b/src/picker/picker-item.ts index e1b3d1025..e5dc235f3 100644 --- a/src/picker/picker-item.ts +++ b/src/picker/picker-item.ts @@ -3,7 +3,7 @@ import config from '../common/config'; import props from './picker-item-props'; const itemHeight = 80; -const DefaultDuration = 600; +const DefaultDuration = 240; const { windowWidth } = wx.getSystemInfoSync();