Commit 43bb16a9 by doszhang

dos

parent f299ac45
...@@ -32,6 +32,7 @@ function preloadimages(obj, complete_cb, progress_cb) { ...@@ -32,6 +32,7 @@ function preloadimages(obj, complete_cb, progress_cb) {
} }
} }
} }
preloadImageList = []
for (var i = 1; i <= 3; i++) { for (var i = 1; i <= 3; i++) {
preloadImageList.push(window.base_resource_url + '/image2/cover/' + i + '.png'); preloadImageList.push(window.base_resource_url + '/image2/cover/' + i + '.png');
} }
......
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