修正userId

This commit is contained in:
17792275749
2025-05-30 13:42:39 +08:00
parent 5bf8d251fc
commit 6e48bf1dc4
2 changed files with 2 additions and 2 deletions
@@ -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), //
+1 -1
View File
@@ -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), //