Commit 39ef4f54 by 谭新宇

倒计时问题修改

parent f32bd9f7
......@@ -10,7 +10,7 @@ $(function(){
var showTime = new Date(rules.settings.szRule.votingEndTime).getTime() - new Date(currentTime).getTime();
var endTime = new Date(rules.acActivity.endTime).getTime() - new Date(currentTime).getTime();
userCountDown(showTime/1000, endTime, $('#act31142119991744 span')); //倒计时
userCountDown(showTime/1000, endTime/1000, $('#act31142119991744 span')); //倒计时
userTabInfo();
voteDialogBindFn();
});
......
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