Commit 94a81325 by 胡畅

test

parent 39ef4f54
......@@ -10,6 +10,10 @@ $(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();
$.dialog({
type: "alert",
contentHtml: "showTime" + showTime + ",endTime:" + endTime,
});
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