...
|
...
|
@@ -407,8 +407,9 @@ class YoLuckService extends global.yoho.BaseModel { |
|
|
async getCode({shareUid, uid, actPrizeId}) {
|
|
|
try {
|
|
|
let userInfo = await this.api._getUsreInfo(uid);
|
|
|
let userThumb = userInfo.nickname || '';
|
|
|
let userName = userInfo.head_ico || '';
|
|
|
|
|
|
let userThumb = userInfo.data.nickname || '';
|
|
|
let userName = userInfo.data.head_ico || '';
|
|
|
|
|
|
const result = await this.api.fetchCode({
|
|
|
shareUid,
|
...
|
...
|
|