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 this.dataForm.pkAccount = res.data[0].pkId
} }
}) })
bal.getDefaultBank().then(res => { // bal.getDefaultBank().then(res => {
this.bankData = res.data // this.bankData = res.data
this.dataForm.pkBank = res.data.pkId // this.dataForm.pkBank = res.data.pkId
}) // })
// // //
bal.checkIsbindBank().then(res => { // bal.checkIsbindBank().then(res => {
if (res.flag == 'Y') { // if (res.flag == 'Y') {
this.canbind = false // this.canbind = false
} else if (res.flag == 'N') { // } else if (res.flag == 'N') {
this.canbind = true // this.canbind = true
} // }
}) // })
}, },
submit() { submit() {
this.$refs.uForm this.$refs.uForm

View File

@ -364,13 +364,13 @@ export default {
menuKey: 'pickGoods', menuKey: 'pickGoods',
ifshow: true, ifshow: true,
}, },
{ // {
url: '/pages/mine/bindBank/index', // url: '/pages/mine/bindBank/index',
name: '银行信息', // name: '',
imgurl: '../../static/images/my_icon10.png', // imgurl: '../../static/images/my_icon10.png',
menuKey: 'bankInfo', // menuKey: 'bankInfo',
ifshow: true, // ifshow: true,
}, // },
// { // {
// url: '/pages/bonus/regional-assessment/index', // url: '/pages/bonus/regional-assessment/index',
// name: '', // name: '',