优化扫码支付提示
This commit is contained in:
parent
ef18990451
commit
5e5d854849
|
|
@ -90,6 +90,8 @@ async function submitHandle() {
|
||||||
})
|
})
|
||||||
loading.value = false
|
loading.value = false
|
||||||
scanCode.value = ''
|
scanCode.value = ''
|
||||||
|
ElMessage.success('支付成功')
|
||||||
|
dialogVisible.value = false
|
||||||
emits('success')
|
emits('success')
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (error.code === '100015') {
|
if (error.code === '100015') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue