Commit ae7249ff by doszhang

dos

parent dbb0ca3e
...@@ -45,7 +45,6 @@ var canvas = false, ...@@ -45,7 +45,6 @@ var canvas = false,
ctx = false, ctx = false,
imgInfo = false, imgInfo = false,
oldpoz = false, oldpoz = false,
inited = false,
firstSwiper, images = [], firstSwiper, images = [],
custom = false, custom = false,
uploadedImg = false; uploadedImg = false;
...@@ -87,10 +86,6 @@ $(document).ready(function () { ...@@ -87,10 +86,6 @@ $(document).ready(function () {
ctx.fillRect(0, 0, canvas.width, canvas.height); ctx.fillRect(0, 0, canvas.width, canvas.height);
}); });
$('.make').on('click', function () { $('.make').on('click', function () {
if (!inited) {
return;
}
var text = $.trim($('.page:visible').find('input[type=text]').val()); var text = $.trim($('.page:visible').find('input[type=text]').val());
if (text === '') { if (text === '') {
showTip('您还没有输入名字'); showTip('您还没有输入名字');
......
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