perf: 发送验证码,不再提示

pull/7864/head
ibuler 2022-03-15 15:58:08 +08:00 committed by 老广
parent 8839e6293b
commit cd46c8c78e
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@
url: url,
method: "POST",
body: JSON.stringify(data),
success: onSuccess
success: onSuccess,
flash_message: false
})
}
</script>