Commit eaf2ee77 by doszhang

Update index.js

parent 9c9890eb
...@@ -363,8 +363,8 @@ function mergeImage_two(url) { ...@@ -363,8 +363,8 @@ function mergeImage_two(url) {
var url_two_t = url; var url_two_t = url;
cover_four.src = url_two_t; cover_four.src = url_two_t;
cover_three.src = url_three; cover_three.src = url_three;
cover_three.onload = function () { // cover_three.onload = function () {
// alert(1)
cover_four.onload = function () { cover_four.onload = function () {
// alert(22221) // alert(22221)
var tmp = $('<canvas></canvas>')[0]; var tmp = $('<canvas></canvas>')[0];
...@@ -382,7 +382,7 @@ function mergeImage_two(url) { ...@@ -382,7 +382,7 @@ function mergeImage_two(url) {
$('.page_checking').hide() $('.page_checking').hide()
}, 2000); }, 2000);
}; };
} // }
} }
window.wx && wx.ready(function () { window.wx && wx.ready(function () {
......
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