Commit d324ce2d authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 972be5f7
...@@ -82,9 +82,9 @@ ...@@ -82,9 +82,9 @@
data data
}) => { }) => {
if (data.expireTime > 0) { if (data.expireTime > 0) {
that.isVip = true this.isVip = true
} else { } else {
that.isVip = false this.isVip = false
} }
} }
}); });
......
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