Browse Source

BUG处理

guq 6 years ago
parent
commit
e090b6a0e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/wechat-web/src/modules/accountBind/BindMenu.jsx

+ 1 - 1
frontend/wechat-web/src/modules/accountBind/BindMenu.jsx

@@ -61,7 +61,7 @@ class BindMenu extends Component {
             this.wxAvatar = this.props.match.params.wxAvatar
 
             //清除用户信息
-            clearKserInfo()()
+            clearUserInfo()()
 
             switchUser({
                 userAvatar: decodeURIComponent(this.wxAvatar),