Authored by TaoHuang

Merge branch 'feature/invite' of http://git.yoho.cn/fe/ufo-app-web into feature/invite

... ... @@ -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 {
... ...