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