Преглед изворни кода

百度地图增加百度认证账号设置

unknown пре 5 година
родитељ
комит
b5cc8b2504
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      o2web/source/x_component_Attendance/AddressExplorer.js

+ 2 - 2
o2web/source/x_component_Attendance/AddressExplorer.js

@@ -482,8 +482,8 @@ MWF.xApplication.Attendance.AddressExplorer.BaiduAccountForm = new Class({
     _ok: function( data, callback ){
     _ok: function( data, callback ){
         debugger;
         debugger;
         MWF.UD.putPublicData("baiduAccountKey",  data.ak, function (json) {
         MWF.UD.putPublicData("baiduAccountKey",  data.ak, function (json) {
-            if(callback)callback();
-            this.close();
+            if(callback)callback(json);
+            // this.close();
         }.bind(this));
         }.bind(this));
     }
     }
 });
 });