taro框架使用经验

发布时间 2023-07-20 09:47:44作者: 看风景就

就是京东那个taro框架

1.  taro3.x的Picker(2023-7-20)默认会报错 TypeError: Cannot read properties of undefined (reading 'split')

<Picker mode='date' onChange={this.onDateChange}>
    <View className='picker'>
        当前选择:{this.state.dateSel}
    </View>
</Picker>

原因是,其value没对undefined进行判断,真是儿戏,设个 value='' 就行了 

2. taro ui 的 Accordion 手风琴组件(2023-7-20),内部只能显示文字和图标,不能显示自定义内容,傻到家了,只能自己封装一个