|

楼主 |
发表于 2017-10-11 13:59:40
|
显示全部楼层
测试了,未弹出popover.
biz.Request.sendBizRequest({
"context" : this.getContext(),
"action" : "createDonorAction",
"parameters" : params,
"callback" : function(data) {
data.ignoreError = false;
if (data.state) {
popover.hide();
justep.Util.hint("注册完成!", {type : 'success',parent : me.getRootNode()});
}else{
justep.Util.hint("注册失败!", {type : 'warning',parent : me.getRootNode()});
}
}
}); |
|