From d21b65229a6c9abf6ab9ee40b1d0955ea61403b5 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Thu, 7 Sep 2017 21:29:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uidoc/core/abstract/collection_view.md | 2 +- uidoc/core/abstract/grid_view.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uidoc/core/abstract/collection_view.md b/uidoc/core/abstract/collection_view.md index 789ced1ed..77f6332f1 100644 --- a/uidoc/core/abstract/collection_view.md +++ b/uidoc/core/abstract/collection_view.md @@ -64,7 +64,7 @@ BI.createWidget({ ## 事件 | 事件 | 说明 | 回调参数 | | :------ |:------------- |:------------------------| -|BI.GridView.EVENT_SCROLL| 滚动时触发的事件 | {scrollLeft: scrollLeft, scrollTop: scrollTop} | +|BI.CollectionView.EVENT_SCROLL| 滚动时触发的事件 | {scrollLeft: scrollLeft, scrollTop: scrollTop} | --- diff --git a/uidoc/core/abstract/grid_view.md b/uidoc/core/abstract/grid_view.md index 4824ce605..ae38074f4 100644 --- a/uidoc/core/abstract/grid_view.md +++ b/uidoc/core/abstract/grid_view.md @@ -70,7 +70,7 @@ BI.createWidget({ ## 事件 | 事件 | 说明 | 回调参数 | :------ |:------------- |:----------| -|BI.CollectionView.EVENT_SCROLL| 滚动时触发的事件 | {scrollLeft: scrollLeft, scrollTop: scrollTop} | +|BI.GridView.EVENT_SCROLL| 滚动时触发的事件 | {scrollLeft: scrollLeft, scrollTop: scrollTop} | ---