Ver Fonte

验证码登录

zhengjinyi há 2 anos atrás
pai
commit
8310c80b34
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/resources/static/js/account/bind.js

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

@@ -279,7 +279,7 @@ var bindPage = new Vue({
     mounted: function () {
         var _self = this;
         if(globalUserData){
-            this.user.unionId = globalUserData.unionId;
+            this.userParams.unionId = globalUserData.unionId;
         }
     }
 });