Commit baec7b62 by zhanghaozhe

优化

parent 1a4760a9
......@@ -23,7 +23,6 @@ class My extends PureComponent {
super(props)
this.state = {
data: [],
isVip: 0,
}
}
......@@ -93,7 +92,6 @@ class My extends PureComponent {
const username = user && user.data && user.data.username
const avatar = user && user.data && user.data.avatar
const isVIP = user && user.data && user.data.isVIP
// const isVIP = this.state.isVip
let list
if (!uid) {
......
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 to comment