第三方绑定
This commit is contained in:
parent
16115ba111
commit
d3154dc864
@ -59,6 +59,9 @@ export default {
|
|||||||
type: type
|
type: type
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.$u.toast(res.message);
|
this.$u.toast(res.message);
|
||||||
|
if(res.errCode == 0) {
|
||||||
|
this.getMemberInfo();
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@ -71,6 +74,9 @@ export default {
|
|||||||
unbinding(type) {
|
unbinding(type) {
|
||||||
this.$u.api.unbindingThird({ type: type }).then(res => {
|
this.$u.api.unbindingThird({ type: type }).then(res => {
|
||||||
this.$u.toast(res.message);
|
this.$u.toast(res.message);
|
||||||
|
if(res.errCode == 0) {
|
||||||
|
this.getMemberInfo();
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user