Authored by yyq

fix

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