未验证 提交 58e8d0a3 编写于 作者: O openharmony_ci 提交者: Gitee

!17540 解决新框架waterflow示例demo报jscrash的问题

Merge pull request !17540 from 李俊峰/waterflow
......@@ -253,7 +253,7 @@ struct WaterflowDemo {
build() {
Column({ space: 2 }) {
WaterFlow({ footer: this.itemFoot, scroller: this.scroller }) {
WaterFlow({ footer: this.itemFoot.bind(this), scroller: this.scroller }) {
LazyForEach(this.datasource, (item: number) => {
FlowItem() {
Column() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册