Commit f44e1670 by doszhang

dos

parent e5a7bed7
......@@ -331,7 +331,7 @@ $(document).ready(function () {
function createPoster() {
// 创建海报页面的flag列表
for (let i = 0; i < flagStack.length; i++) {
createList('.poster-page .poster-list', flagStack[i], i + 1);
createList('.poster-page .posterlist', flagStack[i], i + 1);
}
}
......
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 sign in to comment