...
|
...
|
@@ -321,14 +321,6 @@ Page( |
|
|
lottery: JSON.parse(product.lottery_info || '{}'),
|
|
|
});
|
|
|
|
|
|
this.service.getRecentAvatars({actPrizeId: product.id}).then( r2 => {
|
|
|
this.setData({avatars: (r2.code === 200 ? r2.data : []).map(i => {
|
|
|
i.user_name = wrapperName(i.user_name);
|
|
|
i.user_thumb = formatImageUrl(i.user_thumb, 200, 200);
|
|
|
return i;
|
|
|
}),});
|
|
|
})
|
|
|
|
|
|
this._setActionStatus();
|
|
|
} else {
|
|
|
return Promise.reject();
|
...
|
...
|
|