Commit e46f36e8 authored by 季圣华's avatar 季圣华
Browse files

修改新手引导的超时时间

parent 99be262a
......@@ -211,7 +211,7 @@
var parentIframe = parentDom.find("iframe");
var funDom = parentIframe.contents().find("#tt li a:contains(" + funName + ")");
funDom.click();
},1000);
},2000);
}
//初始资料
$("#tt .goods").off("click").on("click", function () {
......
Supports Markdown
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