刘洋 1 year ago
parent
commit
1f986caccc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/store/modules/user.js

+ 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) {