Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 { |
-
Please register or login to post a comment