main
panliang 2024-05-03 21:48:08 +08:00
parent b94126aa2e
commit 43e25cd7d4
1 changed files with 0 additions and 8 deletions

View File

@ -234,14 +234,6 @@ const submit = () => {
}
const onSubmit = async () => {
uni.showToast({
title: '提交成功',
icon: 'none',
})
formRef.value.resetFields()
uni.$emit('refresh')
uni.navigateBack()
return;
if (loading.value) return
loading.value = true
try {