zhengjinyi 4 лет назад
Родитель
Сommit
22fafe097a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/resources/static/js/account/bind.js

+ 1 - 1
src/main/resources/static/js/account/bind.js

@@ -38,7 +38,7 @@ var bindPage = new Vue({
             UserApi.BindOrganization(_self.user,function (response) {
                 if(response.code === 0){
                     var _userIdentity = response.data.userIdentity;
-                    CAIMEI.dialog('绑定成功!',true,true,function () {
+                    CAIMEI.dialog('绑定成功!',true,function () {
                         _self.userData = {
                             account: response.data.account,
                             email: response.data.email,