You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/07 08:08:28 UTC

[29/50] incubator-weex git commit: * [doc] fix list demo bug

* [doc] fix list demo bug


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/1c0d992c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/1c0d992c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/1c0d992c

Branch: refs/heads/0.14-dev
Commit: 1c0d992c31d55f0057660f95f5c91399d2d6e285
Parents: dcf9a83
Author: tancy <ro...@gmail.com>
Authored: Fri Jun 2 17:27:59 2017 +0800
Committer: tancy <ro...@gmail.com>
Committed: Fri Jun 2 17:27:59 2017 +0800

----------------------------------------------------------------------
 doc/source/cn/references/components/list.md | 2 +-
 doc/source/references/components/list.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1c0d992c/doc/source/cn/references/components/list.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/references/components/list.md b/doc/source/cn/references/components/list.md
index 7c8b2b2..2175bfc 100644
--- a/doc/source/cn/references/components/list.md
+++ b/doc/source/cn/references/components/list.md
@@ -76,7 +76,7 @@ version: 2.1
 
 - `scroll` <sup class="wx-v">0.12+</sup>:列表滚动时触发这个事件。此事件回调中会给出当前`contentOffset`值。
 
-  [体验一下](http://dotwe.org/weex/5837c1b7f1f69e5adf1fc4cac0747c34)
+  [体验一下](http://dotwe.org/weex/7ba3b6222d912b4b0b4aafb8248ca22f)
 
 - 通用事件
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/1c0d992c/doc/source/references/components/list.md
----------------------------------------------------------------------
diff --git a/doc/source/references/components/list.md b/doc/source/references/components/list.md
index fe7455e..1e69b94 100644
--- a/doc/source/references/components/list.md
+++ b/doc/source/references/components/list.md
@@ -93,7 +93,7 @@ onloadmore  0.5 used with loadmoreoffset attribute. if the view has less than lo
 
 scroll  <sup class="wx-v">0.12+</sup> used with offset-accuracy attribute. This event is fired when the list scrolls. The current contentOffset value is given in this event callback.
 
-[try](http://dotwe.org/weex/5837c1b7f1f69e5adf1fc4cac0747c34)
+[try](http://dotwe.org/weex/7ba3b6222d912b4b0b4aafb8248ca22f)
 
 common events: check out the [common events](../common-event.html)