Commit 00b5488c authored by wildfirecode13's avatar wildfirecode13

Merge branch 'tianmaoxiaoyuan' of gitlab2.dui88.com:wanghongyuan/new_taobao into tianmaoxiaoyuan

parents b162f9d9 398ac213
......@@ -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