Commit e57b0cb5 by 胡畅

fix signup

parent 655dcdfe
......@@ -133,6 +133,9 @@
processData:false,
success:function(data) {
$("#act31419345204861").removeClass('global-none')
},
error: function() {
showMessage('上传失败!',3000,true);
}
})
})
......@@ -297,7 +300,7 @@
}
}
//对图片旋转处理 added by lzk
//对图片旋转处理
function rotateImg(img, direction,canvas) {
//最小与最大旋转方向,图片旋转4次后回到原方向
var min_step = 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 to comment