Repository: incubator-weex-site Updated Branches: refs/heads/master d1711851c -> b92ac3c6f
update modal.md callback should as same level as options Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/b92ac3c6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/b92ac3c6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/b92ac3c6 Branch: refs/heads/master Commit: b92ac3c6f9b6d17bb54d630e7eeaad8854d02729 Parents: d171185 Author: Yue Zhang <[email protected]> Authored: Mon Mar 19 11:00:54 2018 +0800 Committer: GitHub <[email protected]> Committed: Mon Mar 19 11:00:54 2018 +0800 ---------------------------------------------------------------------- source/cn/references/modules/modal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/b92ac3c6/source/cn/references/modules/modal.md ---------------------------------------------------------------------- diff --git a/source/cn/references/modules/modal.md b/source/cn/references/modules/modal.md index 2ffe7a5..5775871 100644 --- a/source/cn/references/modules/modal.md +++ b/source/cn/references/modules/modal.md @@ -43,7 +43,7 @@ modal.toast({ - `options {Object}`ï¼alerté项 - `message {string}`ï¼è¦åæ¡å æ¾ç¤ºçæåä¿¡æ¯ - `okTitle {string}`ï¼ç¡®å®æé®ä¸æ¾ç¤ºçæåä¿¡æ¯ï¼é»è®¤æ¯âOKâ - - `callback {Function}`ï¼ç¨æ·æä½å®æåçåè° +- `callback {Function}`ï¼ç¨æ·æä½å®æåçåè° #### åºæ¬ç¨æ³ ```
