diff --git a/src/pages-sub/withdrawal-type/index.vue b/src/pages-sub/withdrawal-type/index.vue index 2b3f557..49aa6d9 100644 --- a/src/pages-sub/withdrawal-type/index.vue +++ b/src/pages-sub/withdrawal-type/index.vue @@ -42,8 +42,11 @@ diff --git a/src/pages-sub/withdrawal/index.vue b/src/pages-sub/withdrawal/index.vue index 5f045f9..2f7ffcd 100644 --- a/src/pages-sub/withdrawal/index.vue +++ b/src/pages-sub/withdrawal/index.vue @@ -43,7 +43,7 @@ @click="onSelectPayType" > - {{ typeName ? `${typeName}:${currentBank?.card_account}` : '请选择收款方式' }} + {{ typeName ? `${typeName}:${currentBank?.banknum}` : '请选择收款方式' }} @@ -65,7 +65,7 @@ class="bg-white fixed bottom-0 left-0 right-0 px-15 py-10 shadow-[0_0_10px_rgba(10,68,245,0.1)]" > - 到账CNY:13123.00 + 到账CNY:{{ form.money ?? '0' }} { } const typeName = computed(() => { - return ['支付宝', '微信', '银行卡'][Number(unref(currentBank)?.card_type) - 1] + return ['支付宝', '微信', '银行卡'][Number(unref(currentBank)?.typedata) - 1] }) const currentBank = ref(null) const onSelectPayType = () => { uni.$once('withdrawal-type', (data: any) => { form.value.bankid = data.id + console.log(data) currentBank.value = data }) uni.navigateTo({ diff --git a/src/pages/invest/index.vue b/src/pages/invest/index.vue index 1595512..e96174d 100644 --- a/src/pages/invest/index.vue +++ b/src/pages/invest/index.vue @@ -47,7 +47,7 @@ - 新手体验 + {{ item.label }}