From ff930e5e0fcae22340c989419f75c5227f09fb60 Mon Sep 17 00:00:00 2001 From: woody Date: Mon, 1 Sep 2025 10:17:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(mine):=20=E7=A7=BB=E9=99=A4=E9=93=B6?= =?UTF-8?q?=E8=A1=8C=E5=8D=A1=E7=BB=91=E5=AE=9A=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/balance/withdrawal.vue | 24 ++++++++++++------------ pages/mine/index.vue | 14 +++++++------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/pages/mine/balance/withdrawal.vue b/pages/mine/balance/withdrawal.vue index 1fa0bab..16b57ac 100644 --- a/pages/mine/balance/withdrawal.vue +++ b/pages/mine/balance/withdrawal.vue @@ -232,18 +232,18 @@ export default { this.dataForm.pkAccount = res.data[0].pkId } }) - bal.getDefaultBank().then(res => { - this.bankData = res.data - this.dataForm.pkBank = res.data.pkId - }) - //校验是否绑定银行卡 - bal.checkIsbindBank().then(res => { - if (res.flag == 'Y') { - this.canbind = false - } else if (res.flag == 'N') { - this.canbind = true - } - }) + // bal.getDefaultBank().then(res => { + // this.bankData = res.data + // this.dataForm.pkBank = res.data.pkId + // }) + // //校验是否绑定银行卡 + // bal.checkIsbindBank().then(res => { + // if (res.flag == 'Y') { + // this.canbind = false + // } else if (res.flag == 'N') { + // this.canbind = true + // } + // }) }, submit() { this.$refs.uForm diff --git a/pages/mine/index.vue b/pages/mine/index.vue index efaa82b..20cc093 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -364,13 +364,13 @@ export default { menuKey: 'pickGoods', ifshow: true, }, - { - url: '/pages/mine/bindBank/index', - name: '银行信息', - imgurl: '../../static/images/my_icon10.png', - menuKey: 'bankInfo', - ifshow: true, - }, + // { + // url: '/pages/mine/bindBank/index', + // name: '银行信息', + // imgurl: '../../static/images/my_icon10.png', + // menuKey: 'bankInfo', + // ifshow: true, + // }, // { // url: '/pages/bonus/regional-assessment/index', // name: '区域考核',