From bd70414d845cf0379dcc39e6caf8ab7717382924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=20=E8=8C=83?= Date: Wed, 15 Sep 2021 09:43:27 +0800 Subject: [PATCH] update --- FrontCode2/sunshine_levy/src/views/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",