From ab388f99712cec1a9ff4895e2608c3ad22b14cfb Mon Sep 17 00:00:00 2001 From: ywk <317226901@qq.com> Date: Tue, 8 Apr 2025 13:44:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(pay):=20=E5=B1=8F=E8=94=BD=E5=9C=A8?= =?UTF-8?q?=E7=BA=BF=E6=94=AF=E4=BB=98=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/market/activeArea/index.vue | 30 +++++------------------------- pages/pay/hiPay.vue | 17 +++++++++-------- pages/pay/index.vue | 17 +++++++++-------- pages/pay/treePay.vue | 6 +++--- 4 files changed, 26 insertions(+), 44 deletions(-) diff --git a/pages/market/activeArea/index.vue b/pages/market/activeArea/index.vue index 4201877..d6bca5b 100644 --- a/pages/market/activeArea/index.vue +++ b/pages/market/activeArea/index.vue @@ -1,42 +1,22 @@ diff --git a/pages/pay/hiPay.vue b/pages/pay/hiPay.vue index 403ecbf..261046a 100644 --- a/pages/pay/hiPay.vue +++ b/pages/pay/hiPay.vue @@ -18,7 +18,8 @@ {{ countDown }}{{'内完成支付,否则订单将会被自动取消'}} - + + { this.jdList = res.data }) - api.hfBankList().then((res) => { - this.hfList = res.data - }) - api.tlBankList().then((res) => { - this.tlList = res.data - }) + // api.hfBankList().then((res) => { + // this.hfList = res.data + // }) + // api.tlBankList().then((res) => { + // this.tlList = res.data + // }) this.$nextTick(() => { this.$refs.collapse.init() }) diff --git a/pages/pay/index.vue b/pages/pay/index.vue index 53ffa78..942c67b 100644 --- a/pages/pay/index.vue +++ b/pages/pay/index.vue @@ -184,8 +184,9 @@ + + v-if="onlinePay && false"> @@ -856,7 +857,7 @@ export default { onShow() { // 获取银行卡 - this.getBankList() + // this.getBankList() }, methods: { toUnBind() { @@ -1435,12 +1436,12 @@ export default { api.jdBankList().then((res) => { this.jdList = res.data }) - api.hfBankList().then((res) => { - this.hfList = res.data - }) - api.tlBankList().then((res) => { - this.tlList = res.data - }) + // api.hfBankList().then((res) => { + // this.hfList = res.data + // }) + // api.tlBankList().then((res) => { + // this.tlList = res.data + // }) this.$nextTick(() => { this.$refs.collapse.init() }) diff --git a/pages/pay/treePay.vue b/pages/pay/treePay.vue index 3f33523..2e7a2f4 100644 --- a/pages/pay/treePay.vue +++ b/pages/pay/treePay.vue @@ -420,9 +420,9 @@ export default { api.jdBankList().then((res) => { this.jdList = res.data }) - api.hfBankList().then((res) => { - this.hfList = res.data - }) + // api.hfBankList().then((res) => { + // this.hfList = res.data + // }) this.$nextTick(() => { this.$refs.collapse.init() })