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

View File

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