From 4fa9dc4a36d7f8d2c253e18ae295d63683c6e2ef Mon Sep 17 00:00:00 2001 From: anonymous Date: Fri, 3 Jan 2025 22:09:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages-sub/withdrawal-type/index.vue | 7 +++++-- src/pages-sub/withdrawal/index.vue | 7 ++++--- src/pages/invest/index.vue | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) 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 }}