forked from angelo/web-retail-h5
feat(mine): 移除银行卡绑定入口
This commit is contained in:
parent
a3be6a17f9
commit
ff930e5e0f
|
@ -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
|
||||
|
|
|
@ -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: '区域考核',
|
||||
|
|
Loading…
Reference in New Issue