Commit 71b2083e by 高淑倩

警告

parent d97e70b9
/* component/waterFlowLayout/waterFlowLayout.wxss */ /* component/waterFlowLayout/waterFlowLayout.wxss */
page{
background-color: rgba(0,0,0,0.05)
}
.water-wrap{ .water-wrap{
margin: 50rpx 20rpx; margin: 50rpx 20rpx;
text-align: justify; text-align: justify;
} }
.item{ .item {
margin-bottom: 10rpx; margin-bottom: 10rpx;
display: inline-block; display: inline-block;
width: 349.86rpx; width: 349.86rpx;
......
...@@ -50,7 +50,7 @@ wxService.page({ ...@@ -50,7 +50,7 @@ wxService.page({
*/ */
onShow() { onShow() {
let time = Date.parse(new Date()) let time = Date.parse(new Date())
if (member.premiumExpireTime && member.premiumExpireTime > time) { if (member && member.premiumExpireTime && member.premiumExpireTime > time) {
this.setData({ this.setData({
plus: 1 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