刘洋 пре 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) {