此为表单提交是上传截图的代码,待优化: // 添加小程序图片 function addAvatar(obj){ var file = obj.files[0]; limit($('.avatar_box'),$(".avatar-error"),788,file); } function addqr(obj){ var file = obj.files[0]; limit($('.ewmfile_box'),$(".qrimg-error"),788,file);…
function post(path, shipmentMap, method) { method = method || "post"; // Set method to post by default if not specified. var token = $('meta[name="_csrf"]').attr('content'); var tokenName = $('meta[name="_csrf_header"]').attr…