update
This commit is contained in:
@@ -356,6 +356,7 @@ export default {
|
||||
console.log("data", data);
|
||||
if (data.data && data.data.success == true) {
|
||||
this.data = data.data;
|
||||
this.setZwUserAplus(this.data.idCard);
|
||||
} else {
|
||||
console.log("用户无数据,不展示");
|
||||
}
|
||||
@@ -383,7 +384,7 @@ export default {
|
||||
});
|
||||
aplus_queue.push({
|
||||
action: "aplus.setMetaInfo",
|
||||
arguments: ["_user_nick", this.userInfoData.username],
|
||||
arguments: ["_user_nick", this.data.userName], // this.userInfoData.username],
|
||||
});
|
||||
aplus_queue.push({
|
||||
action: "aplus.setMetaInfo",
|
||||
|
||||
Reference in New Issue
Block a user