3
0
Fork 0

feat(bank): 重新开发银行卡入口

This commit is contained in:
woody 2025-09-03 14:56:44 +08:00
parent 13886cd19f
commit d4817f5624
2 changed files with 21 additions and 21 deletions

View File

@ -7,7 +7,7 @@
:rules="rules"
ref="uForm"
>
<!-- <u-form-item
<u-form-item
label-width="200rpx"
:label="'银行卡号'"
prop="cardNumber"
@ -24,7 +24,7 @@
<view v-else style="color: red" @click="goBindbank">
{{ '请先绑定银行卡' }}
</view>
</u-form-item> -->
</u-form-item>
<u-form-item
label-width="200rpx"
:label="`${'提现金额'}(${isLocaled()})`"
@ -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

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