|
|
@@ -1357,7 +1357,7 @@ const submit = async () => {
|
|
|
goPayLink.value = Host80 + '/pay/onchainpay.html?params=' + res.data.result + '&language=' + locale.value
|
|
|
openExternalUrl(goPayLink.value, 'pay')
|
|
|
}
|
|
|
- if (res.data.type != 5) {
|
|
|
+ if (res.data.type != 5 && res.data.type != 10) {
|
|
|
dialogCheck.value = true
|
|
|
dialogVisible.value = true
|
|
|
}
|