使用WateFlow + WaterFlowSection 过程中,将它作为PicturePullDownRefresh 的customList 时,在初始化展示过程中发生崩溃。
使用WateFlow + WaterFlowSection 过程中,将它作为PicturePullDownRefresh 的customList 时,在初始化展示过程中发生崩溃。
1 回答838 阅读✓ 已解决
1 回答1.1k 阅读
1 回答966 阅读
1 回答919 阅读
1 回答860 阅读
1 回答800 阅读
1 回答749 阅读
将WaterFlowSource.ets页面的 let r = this.mSections.update(index, update)改为let r = this.mSections.splice(index, 1, [update]),可以解决问题