提交 cd944b74 编写于 作者: Z zcdqs

fix js crash of ng waterflow demo

Signed-off-by: Nzcdqs <junfeng.lijunfeng@huawei.com>
Change-Id: I1fbbfcff7b8dd4c2be401bbc18897bae58f4f4b8
上级 880322e4
......@@ -250,7 +250,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.
先完成此消息的编辑!
想要评论请 注册