This commit is contained in:
PQZ 2025-04-11 11:14:14 +08:00
parent 8c2fc7d4f2
commit 5a0d9122e9

View File

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