...
|
...
|
@@ -32,7 +32,7 @@ const component = { |
|
|
homeModel.getUserHomeData(uid).then(data => {
|
|
|
const proData = data[0];
|
|
|
const result = {
|
|
|
headIco: proData && proData.head_ico ? helpers.image(proData.head_ico, 174, 174) : '',
|
|
|
headIco: proData && proData.head_ico ? helpers.image(proData.head_ico, 170, 170) : '',
|
|
|
nickName: Object.keys(proData).length ? proData.nickname : '登录/注册'
|
|
|
};
|
|
|
|
...
|
...
|
|