Commit b283fc16 by 胡畅

fix test

parent 34d6c32f
......@@ -10,10 +10,6 @@ $(function(){
var showTime = new Date(rules.settings.szRule.votingEndTime.replace(/-/g,'/')).getTime() - new Date(currentTime.replace(/-/g,'/')).getTime();
var endTime = new Date(rules.acActivity.endTime.replace(/-/g,'/')).getTime() - new Date(currentTime.replace(/-/g,'/')).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