This commit is contained in:
Vinjor 2025-04-11 15:08:32 +08:00
commit ddcc1d4012

View File

@ -340,11 +340,7 @@
uni.navigateBack() uni.navigateBack()
} }
}).catch((e) => { }).catch((e) => {
uni.showToast({ toast(e)
icon: 'error',
duration: 2000,
title: e
});
}) })
}, },