dever 6 년 전
부모
커밋
1a5a1fe2fc
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      assets/dever/core.js

+ 4 - 1
assets/dever/core.js

@@ -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();