deposito
This commit is contained in:
parent
7e0d9dba92
commit
6bf97f0280
@ -251,6 +251,7 @@ const ampuntList = ref<Array<AmountProps>>([]);
|
||||
onMounted(async () => {
|
||||
await getPayClass();
|
||||
await getData();
|
||||
await checkBank(0);
|
||||
});
|
||||
|
||||
const amounts = computed(() => {
|
||||
@ -460,6 +461,9 @@ const getUpdate = async (list) => {
|
||||
}
|
||||
const isNeedAccount = ref(false);
|
||||
const checkBank = (index: number) => {
|
||||
console.log('====================================');
|
||||
console.log(index);
|
||||
console.log('====================================');
|
||||
currentBankIndex.value = index;
|
||||
const tempPay = payList.value[currentBankIndex.value];
|
||||
data.method = tempPay.value;
|
||||
|
Loading…
Reference in New Issue
Block a user