Browse Source

验证码登录

zhengjinyi 2 years ago
parent
commit
8310c80b34
1 changed files with 1 additions and 1 deletions
  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;
         }
     }
 });