Commit baec7b62 by zhanghaozhe

优化

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