Commit d024b3d9 by 胡畅

fix bug

parent 71001ff7
......@@ -77,7 +77,8 @@ function btnBindClick() {
// 上传图片
$("#uploadImage").on('change', function () {
// $("#uploadImage").on('change', function () {
$(document).on('change','#uploadImage',function () {
var _file = this.files[0];
// 图片大于1M压缩
var filesize = _file.size / 1024 /1024;
......
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