刘洋 1 년 전
부모
커밋
1f986caccc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {