|
@@ -728,6 +728,9 @@ const initParams = () => {
|
|
|
isBack.value = false;
|
|
|
showCurrencyPop.value = false;
|
|
|
openAntiBot.value = false;
|
|
|
+
|
|
|
+ tempCurrentCurrencyInfo.value = {};
|
|
|
+ currentCurrencyInfo.value = {};
|
|
|
};
|
|
|
|
|
|
/**
|
|
@@ -773,22 +776,22 @@ const payStatusHandle = (payStatus) => {
|
|
|
initParams();
|
|
|
break;
|
|
|
case 2:
|
|
|
- ElMessage({
|
|
|
- message: "Pay Fail",
|
|
|
- type: "warning",
|
|
|
- });
|
|
|
+ // ElMessage({
|
|
|
+ // message: "Pay Fail",
|
|
|
+ // type: "warning",
|
|
|
+ // });
|
|
|
break;
|
|
|
case 3:
|
|
|
- ElMessage({
|
|
|
- message: "Pay Exceptions",
|
|
|
- type: "warning",
|
|
|
- });
|
|
|
+ // ElMessage({
|
|
|
+ // message: "Pay Exceptions",
|
|
|
+ // type: "warning",
|
|
|
+ // });
|
|
|
break;
|
|
|
case 4:
|
|
|
- ElMessage({
|
|
|
- message: "Pay Exceptions",
|
|
|
- type: "warning",
|
|
|
- });
|
|
|
+ // ElMessage({
|
|
|
+ // message: "Pay Exceptions",
|
|
|
+ // type: "warning",
|
|
|
+ // });
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
@@ -1317,6 +1320,10 @@ onMounted(() => {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ .item:first-child {
|
|
|
+ margin-right: 14px
|
|
|
+ }
|
|
|
+
|
|
|
.currency-select-wrapper {
|
|
|
padding: 0 !important;
|
|
|
input {
|
|
@@ -1436,6 +1443,7 @@ onMounted(() => {
|
|
|
|
|
|
.row {
|
|
|
box-sizing: border-box;
|
|
|
+ line-height: 16px;
|
|
|
}
|
|
|
|
|
|
.more {
|