Browse Source

验证码登录

zhengjinyi 2 năm trước cách đây
mục cha
commit
8310c80b34
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
         }
     }
 });