Commit 42f9165f authored by Edwise's avatar Edwise 🍷

添加活动未开始页面

parent 6d2f4799
......@@ -39,7 +39,7 @@ Page({
recallCatInfo: {},
taskModalVisible: 0,
messageModalVisible: false,
endModalVisible: true,
endModalVisible: false,
messageModalData: {},
ruleModalVisible: false,
levelupModalVisible: 0,
......@@ -375,7 +375,14 @@ Page({
this.setData({
activityBaseInfo: data
})
this.initCanvas();
if(new Date().getTime() < data.startTime){
this.setData({
endModalVisible:true
})
}else{
this.initCanvas();
}
}
},
/**页面显示登录 */
......
This diff is collapsed.
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