刘洋 1 жил өмнө
parent
commit
1f986caccc

+ 1 - 1
src/store/modules/user.js

@@ -25,7 +25,7 @@ const useUserStore = defineStore("user", {
     },
     bindWx() {
       if (this.openId) {
-        this.wxBind();
+        wxBind();
       }
     },
     async logout(bool) {