diff --git a/FrontCode2/sunshine_levy/src/views/index.vue b/FrontCode2/sunshine_levy/src/views/index.vue index 615387e..21f626b 100644 --- a/FrontCode2/sunshine_levy/src/views/index.vue +++ b/FrontCode2/sunshine_levy/src/views/index.vue @@ -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",