Commit c228aefe by doszhang

dos

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