Authored by lea guo

yohood原价购

... ... @@ -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();
... ...
... ... @@ -6,7 +6,7 @@
<text>活动流程</text>
<help url="https://activity.yoho.cn/feature/5901.html" text="活动规则" title="原价购活动说明"></help>
</view>
<image class="jion-tips-image" src="./images/lottery_flow_tip 16@3x.png"></image>
<image mode="aspectFill" class="jion-tips-image" src="https://cdn.yoho.cn/o_1dhlc14l11pm01c8q6p01ur718at8.png"></image>
</view>
<view class="machine {{shareFlag ? 'machine-t-m' : 'machine-t-l'}}">
<view class="open-shadow"></view>
... ...