Authored by yyq

fix

... ... @@ -187,7 +187,7 @@ export default {
text: '取消',
},
onConfirm: () => {
this.bindBankCard(data).then(res => {
this.bindBankCard(info).then(res => {
if (res.code === 200) {
this.$router.replace({name: 'bankcard'});
} else {
... ...