CY_ECommercePlatform/CY.WebForm/Pages/work/MyRequestAdd.aspx
@@ -120,7 +120,7 @@ $.ajax({ url: 'https://yocaisim.51zhengcai.com/api/UpFile/UpdateFile', // 替换为你的服务器端点 url: '/Pages/business/FileUploadHandler.ashx', // 替换为你的服务器端点 type: 'POST', data: formData, contentType: false, @@ -138,7 +138,7 @@ $('a[name="HrefAttachmentFapiao"]').last().html('<img src="' + response.data + '" width="20" height="20" />'); alertMsg('上传成功'); } else { alertMsg('上传失败'); alertMsg(response.message); }