Commit e967bfc7 by hank

fix bug

parent 9dacf12e
......@@ -118,7 +118,7 @@ class User extends Component {
</View>
</View> */}
<View className="user-logout-bar">
<Button className="user-logout-bar-btn" openType="getPhoneNumber" type="primary">
<Button className="user-logout-bar-btn" onClick={this.logOut} type="primary">
退出登录
</Button>
</View>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment