fix:充值界面修改参数
This commit is contained in:
@@ -13,7 +13,6 @@ interface RechargeOption {
|
||||
amount: number;
|
||||
displayAmount: string;
|
||||
price: number;
|
||||
selected?: boolean;
|
||||
}
|
||||
|
||||
const emailAddress = ref('');
|
||||
@@ -72,7 +71,7 @@ const handleBlur = () => {
|
||||
}
|
||||
};
|
||||
|
||||
onMounted(() => {
|
||||
onMounted(async () => {
|
||||
document.addEventListener('click', handleClickOutside);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user