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