- 注册时间
- 2012-3-31
- 最后登录
- 2019-4-2
- 阅读权限
- 150
- 积分
- 18852
- 精华
- 0
- 帖子
- 8776
|
mini.hideMessageBox(messageid);
关闭loading.
如果你要更多的需求,图片,按钮等等
建议直接用mini.showMessageBox(options);来做
options={
title: String,
message: String,
buttons: ["ok", "no", "cancel"],
iconCls: "mini-messagebox-question",
html: String,
callback: function(action){
}
} |
|