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
|
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
|
||||||
|
|
|
@ -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: '区域考核',
|
||||||
|
|
Loading…
Reference in New Issue