Commit 233ccebe by doszhang

dos

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