Commit 71b2083e by 高淑倩

警告

parent d97e70b9
/* component/waterFlowLayout/waterFlowLayout.wxss */
page{
background-color: rgba(0,0,0,0.05)
}
.water-wrap{
margin: 50rpx 20rpx;
text-align: justify;
}
.item{
.item {
margin-bottom: 10rpx;
display: inline-block;
width: 349.86rpx;
......
......@@ -50,7 +50,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