Authored by OF1706

弹框alert关闭

... ... @@ -66,7 +66,6 @@ function RAlert(content, title) {
name: '确定',
cb: function() {
that.close();
(typeof ok === 'function') && ok();
}
}]
});
... ...