Submit data asynchronously through ajax in the form of interface on the PC side. This data is some input and pictures. Here I do not use the form form to submit, but simply obtain the value, and then put the value in the form that needs to be submitted. The corresponding fields of the interface are submitted successfully for the first time without any problem. But each time the next submission is made, the previous data will be submitted repeatedly, and not all of the previous data is resubmitted, but some of it is from the previous time. Some of them are not known or recognized. Just a string of question marks
Post code pictures, think about a few questions first
I agree with the answerer on the 1st floor, I suggest you post the code;
For jquery’s ajax, you can try the disable cache option, cache:false.
Just watch the network
It is recommended to check the network to see if the data submitted each time meets the requirements, or output the content to be submitted before submitting again
Before asking questions, check your own code first and debug your own code. I believe you can solve this problem yourself.