Просмотр исходного кода

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

unknown 5 лет назад
Родитель
Сommit
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 ){
         debugger;
         MWF.UD.putPublicData("baiduAccountKey",  data.ak, function (json) {
-            if(callback)callback();
-            this.close();
+            if(callback)callback(json);
+            // this.close();
         }.bind(this));
     }
 });