|
@@ -653,7 +653,8 @@ export default {
|
|
.post(`https://beta.api.cocorobo.cn/api/user`, qs.stringify(params))
|
|
.post(`https://beta.api.cocorobo.cn/api/user`, qs.stringify(params))
|
|
.then(async (res) => {
|
|
.then(async (res) => {
|
|
let _data = res.data[0][0];
|
|
let _data = res.data[0][0];
|
|
- this.$message.error('该微信已绑定'+_data.username+'账号')
|
|
|
|
|
|
+ this.$message.error('该微信已绑定'+_data.username+'账号');
|
|
|
|
+ this.wechatDialogVisible = false;
|
|
})
|
|
})
|
|
.catch((err) => {
|
|
.catch((err) => {
|
|
console.log('err',err);
|
|
console.log('err',err);
|