Commit d5011a23 by 高淑倩

share

parent aecbf3c0
......@@ -61,7 +61,7 @@ wxService.page({
*/
onShow() {
let time = Date.parse(new Date())
if (member.premiumExpireTime && member.premiumExpireTime > time) {
if (member && member.premiumExpireTime && member.premiumExpireTime > time) {
this.setData({
plus: 1
})
......
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