Commit dbdc7049 by doszhang

dos

parent 6a797119
......@@ -35,9 +35,11 @@ function preloadimages(obj, complete_cb, progress_cb) {
preloadImageList = []
preloadImageList.push('/Public/static/image2/cover/1.jpg');
preloadImageList.push('/Public/static/image2/cover/2.jpg');
for (var i = 3; i <= 4; i++) {
preloadImageList.push('/Public/static/image2/cover/' + i + '.png');
}
preloadImageList.push('/Public/static/image2/cover/3.jpg');
preloadImageList.push('/Public/static/image2/cover/4.png');
// for (var i = 3; i <= 4; i++) {
// preloadImageList.push('/Public/static/image2/cover/' + i + '.png');
// }
preloadimages(preloadImageList, function () {
init();
}, function (progress) {});
......
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