Created
August 21, 2013 07:14
-
-
Save fxxkscript/6291220 to your computer and use it in GitHub Desktop.
弹出层代码示例
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 依赖components/modal/modal | |
| * / | |
| Modal.initialize({ | |
| type: 'material' // 微博图文素材类型是 material | |
| }).setChooseItemCallback(function(data) { | |
| //选择一个图文素材的 callback | |
| }).modal('show');// 使弹出层显示 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment