22
This commit is contained in:
@@ -108,7 +108,6 @@
|
||||
const info = util.aesdecode(sourceInfo);
|
||||
this.sourceID = info.userID;
|
||||
}
|
||||
//console.log(this.storeSelfInfo);
|
||||
this.getSourceUserInfo();
|
||||
},
|
||||
methods: {
|
||||
@@ -131,6 +130,7 @@
|
||||
info = {
|
||||
...friendInfo
|
||||
};
|
||||
console.log(info);
|
||||
} else {
|
||||
const {
|
||||
data
|
||||
@@ -142,10 +142,11 @@
|
||||
info = {
|
||||
...(data[0] ?? {})
|
||||
};
|
||||
console.log(info);
|
||||
}
|
||||
this.isLoading = true
|
||||
try {
|
||||
const res = await businessSearchUserInfo(this.sourceID);
|
||||
const res = await businessSearchUserInfo(this.sourceID);console.log(res);
|
||||
if (res.total > 0) {
|
||||
info = {
|
||||
...info,
|
||||
@@ -156,6 +157,7 @@
|
||||
info = {};
|
||||
}
|
||||
this.isLoading = false
|
||||
console.log(info);
|
||||
this.sourceUserInfo = {
|
||||
...info,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user