修正userId
This commit is contained in:
@@ -238,7 +238,7 @@ Component({
|
|||||||
title: res.message
|
title: res.message
|
||||||
})
|
})
|
||||||
app.globalData.ppScale.activeProtocol.dataSyncUserInfo({
|
app.globalData.ppScale.activeProtocol.dataSyncUserInfo({
|
||||||
userID: res_.result.id,
|
userID: res_.result.userId,
|
||||||
userName: res_.result.realname,
|
userName: res_.result.realname,
|
||||||
memberID: "",
|
memberID: "",
|
||||||
age: this.getAge(res_.result.birthday), //
|
age: this.getAge(res_.result.birthday), //
|
||||||
|
|||||||
@@ -216,7 +216,7 @@ Page({
|
|||||||
title: res.message
|
title: res.message
|
||||||
})
|
})
|
||||||
app.globalData.ppScale.activeProtocol.dataSyncUserInfo({
|
app.globalData.ppScale.activeProtocol.dataSyncUserInfo({
|
||||||
userID: res_.result.id,
|
userID: res_.result.userId,
|
||||||
userName: res_.result.realname,
|
userName: res_.result.realname,
|
||||||
memberID: "",
|
memberID: "",
|
||||||
age: this.getAge(res_.result.birthday), //
|
age: this.getAge(res_.result.birthday), //
|
||||||
|
|||||||
Reference in New Issue
Block a user