From 6e48bf1dc4f80cc0a081305d0f25698ebdb8d643 Mon Sep 17 00:00:00 2001 From: 17792275749 <812100002@qq.com> Date: Fri, 30 May 2025 13:42:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3userId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/configureDevice_2/configureDevice_2.js | 2 +- pages/userInfo/userInfo.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/configureDevice_2/configureDevice_2.js b/components/configureDevice_2/configureDevice_2.js index 936346b..0cdd0b6 100644 --- a/components/configureDevice_2/configureDevice_2.js +++ b/components/configureDevice_2/configureDevice_2.js @@ -238,7 +238,7 @@ Component({ title: res.message }) app.globalData.ppScale.activeProtocol.dataSyncUserInfo({ - userID: res_.result.id, + userID: res_.result.userId, userName: res_.result.realname, memberID: "", age: this.getAge(res_.result.birthday), // diff --git a/pages/userInfo/userInfo.js b/pages/userInfo/userInfo.js index fac6863..1b42953 100644 --- a/pages/userInfo/userInfo.js +++ b/pages/userInfo/userInfo.js @@ -216,7 +216,7 @@ Page({ title: res.message }) app.globalData.ppScale.activeProtocol.dataSyncUserInfo({ - userID: res_.result.id, + userID: res_.result.userId, userName: res_.result.realname, memberID: "", age: this.getAge(res_.result.birthday), //