Authored by OF1706

弹框alert关闭

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