刘洋 hai 1 ano
pai
achega
1f986caccc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {