code refactor

This commit is contained in:
MaysWind
2023-08-20 01:09:23 +08:00
parent f44e3a81ab
commit f07a3ba97d
@@ -475,6 +475,8 @@ export default {
} else if (this.transaction.type === this.allTransactionTypes.Transfer) { } else if (this.transaction.type === this.allTransactionTypes.Transfer) {
return 'primary'; return 'primary';
} }
return null;
}, },
geoLocationStatusInfo() { geoLocationStatusInfo() {
if (this.geoLocationStatus === 'success') { if (this.geoLocationStatus === 'success') {