Commit c228aefe by doszhang

dos

parent 42b6374d
...@@ -90,6 +90,7 @@ $(document).ready(function () { ...@@ -90,6 +90,7 @@ $(document).ready(function () {
if (!inited) { if (!inited) {
return; return;
} }
$('.usertips').hide();
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('您还没有输入名字');
...@@ -171,6 +172,7 @@ $(document).ready(function () { ...@@ -171,6 +172,7 @@ $(document).ready(function () {
}) })
$('input[type=file]').on('change', function () { $('input[type=file]').on('change', function () {
$('.imgTip').find('canvas').show(); $('.imgTip').find('canvas').show();
$('.usertips').show();
imgInfo = { imgInfo = {
x: 0, x: 0,
y: 0, y: 0,
......
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