Commit ae7249ff by doszhang

dos

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