|
|
@@ -98,11 +98,9 @@ export default {
|
|
|
.post('/userBankCard/bindCard?phone=' + this.form.phone + '&bankNo=' + bankNo)
|
|
|
.then(res => {
|
|
|
this.bindCardId = res.bindCardId;
|
|
|
- return this.$http.post('/userBankCard/bindCardCaptcha?bindCardId=' + res.bindCardId);
|
|
|
- })
|
|
|
- .then(() => {
|
|
|
this.$toast.success('发送成功');
|
|
|
this.$refs.code.init();
|
|
|
+ // return this.$http.post('/userBankCard/bindCardCaptcha?bindCardId=' + res.bindCardId);
|
|
|
})
|
|
|
.catch(e => {
|
|
|
this.$toast(e.error);
|