Commit 1c41c096 by doszhang

dos

parent 9487c9d9
...@@ -770,8 +770,9 @@ function setBgColor(moveX) { ...@@ -770,8 +770,9 @@ function setBgColor(moveX) {
} }
function initDecorate() { function initDecorate() {
for (let i = 0; i < decorateList.length; i++) { let arr = [5, 4, 3, 2, 1, 5, 4, 3, 2, 1];
let img = $('<img src="' + decorateList[i] + '" class="decorateImg" />'); for (let i = 0; i < decorateList.length * 2; i++) {
let img = $('<img src="' + picUrl + 'decorate' + arr[i] + '.png" class="decorateImg" />');
img.appendTo($('.personal-page .decorate-content')); img.appendTo($('.personal-page .decorate-content'));
} }
} }
......
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