3
0
Fork 0

feat(mine): 移除银行卡绑定入口

This commit is contained in:
woody 2025-09-01 10:17:07 +08:00
parent a3be6a17f9
commit ff930e5e0f
2 changed files with 19 additions and 19 deletions

View File

@ -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

View File

@ -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: '',