Commit 4cfe5ac9 by 谭新宇

添加特殊金港镇晒照投票开始不能报名逻辑

parent 6ff86969
......@@ -116,6 +116,14 @@ function btnBindClick() {
// 报名按钮
$("#act31527459124456").off("click").on("click",function(){
var endTime = new Date(_settings.szRule.votingStartTime).getTime() - new Date(currentTime).getTime();
// 2019-12-9 跳转特殊处理金港镇晒照活动,投票开始时候不能报名
if(_activityCode === 'HD1191209101728' && endTime/1000 < 0) {
alert('当前活动投票已经开始,不可再报名!');
return
}
// 判断关注
isAttention(function(){
// 是否报名
......
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