|
@@ -290,7 +290,10 @@ var Dever =
|
|
|
return success_callback(result.msg);
|
|
|
}
|
|
|
if (result.msg.indexOf('http://') != -1) {
|
|
|
- this.Jump(result.msg);
|
|
|
+ var self = this;
|
|
|
+ this.Out('操作成功', function() {
|
|
|
+ self.Jump(result.msg);
|
|
|
+ });
|
|
|
} else if (parseInt(result.msg) > 0) {
|
|
|
this.Out('操作成功', function() {
|
|
|
location.reload();
|