优化扫码支付提示

This commit is contained in:
gyq
2024-03-13 14:41:25 +08:00
parent ef18990451
commit 5e5d854849

View File

@@ -90,6 +90,8 @@ async function submitHandle() {
})
loading.value = false
scanCode.value = ''
ElMessage.success('支付成功')
dialogVisible.value = false
emits('success')
} catch (error) {
if (error.code === '100015') {