|
const res = await this.userBind({ uid: this.uid, openid: this.openid, qrcode: this.qrcode, type: this.type });
|
|
const res = await this.userBind({ uid: this.uid, openid: this.openid, qrcode: this.qrcode, type: this.type });
|
|
this.$toast({ type: 'success', message: '绑定成功' });
|
|
this.$toast({ type: 'success', message: '绑定成功' });
|