修正userId
This commit is contained in:
@@ -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), //
|
||||
|
||||
@@ -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), //
|
||||
|
||||
Reference in New Issue
Block a user