Skip to content

Commit 4cdef26

Browse files
张寸起7insummer
authored andcommitted
feat:修复water-flow组件刷新问题
1 parent 0314f9b commit 4cdef26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/water-flow/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Component({
6868
leftData: this.data.leftData,
6969
rightData: this.data.rightData
7070
}, () => {
71-
this._render(data, ++i, refresh, success);
71+
this._render(data, ++i, false, success);
7272
});
7373
});
7474
} else {

0 commit comments

Comments
 (0)