Birney

Results 5 comments of Birney

@Golden88888888 谢谢提供解决方案,我明天来解决一下。。。

![image](https://user-images.githubusercontent.com/57746139/198205830-a7079730-17e2-4635-a21d-f699adfa658a.png)

> 修改lib/ActionSheetCustom.js里的隐藏方法。 > > ``` > hide = (index) => { > this._hideSheet(() => { > this.setState({visible: false}, () => { > let timerTemp = setTimeout(()=>{ > clearTimeout(timerTemp) > this.props.onPress(index)...