@@ -553,6 +553,7 @@ Page({ | |||
if(res.code==200){ | |||
if (res.data && res.data.avatarUrl) { | |||
if (!app.globalData.userInfoData) { | |||
res.data.userLevel = 2; | |||
this.data.userData.avatarUrl = res.data.avatarUrl; | |||
this.data.userData.nickName = res.data.nickName; | |||
this.data.userData.userLevel = res.data.userLevel; |
@@ -1,3 +1,3 @@ | |||
# 496_dongfengqichen_wxsmall | |||
东风启辰小 | |||
东风启辰小程序端 |