Explorar el Código

验证码登录

zhengjinyi hace 2 años
padre
commit
8310c80b34
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
         }
     }
 });