浏览代码

验证码登录

zhengjinyi 2 年之前
父节点
当前提交
8310c80b34
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
         }
     }
 });