Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save callblueday/7444893 to your computer and use it in GitHub Desktop.
Save callblueday/7444893 to your computer and use it in GitHub Desktop.
一种解决方法是禁掉异步调用
$.ajax({
url: url_preLogin,
async: false,
type: "GET",
data: preData,
success: callback
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment