Showing
2 changed files
with
1 additions
and
9 deletions
@@ -321,14 +321,6 @@ Page( | @@ -321,14 +321,6 @@ Page( | ||
321 | lottery: JSON.parse(product.lottery_info || '{}'), | 321 | lottery: JSON.parse(product.lottery_info || '{}'), |
322 | }); | 322 | }); |
323 | 323 | ||
324 | - this.service.getRecentAvatars({actPrizeId: product.id}).then( r2 => { | ||
325 | - this.setData({avatars: (r2.code === 200 ? r2.data : []).map(i => { | ||
326 | - i.user_name = wrapperName(i.user_name); | ||
327 | - i.user_thumb = formatImageUrl(i.user_thumb, 200, 200); | ||
328 | - return i; | ||
329 | - }),}); | ||
330 | - }) | ||
331 | - | ||
332 | this._setActionStatus(); | 324 | this._setActionStatus(); |
333 | } else { | 325 | } else { |
334 | return Promise.reject(); | 326 | return Promise.reject(); |
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | <text>活动流程</text> | 6 | <text>活动流程</text> |
7 | <help url="https://activity.yoho.cn/feature/5901.html" text="活动规则" title="原价购活动说明"></help> | 7 | <help url="https://activity.yoho.cn/feature/5901.html" text="活动规则" title="原价购活动说明"></help> |
8 | </view> | 8 | </view> |
9 | - <image class="jion-tips-image" src="./images/lottery_flow_tip 16@3x.png"></image> | 9 | + <image mode="aspectFill" class="jion-tips-image" src="https://cdn.yoho.cn/o_1dhlc14l11pm01c8q6p01ur718at8.png"></image> |
10 | </view> | 10 | </view> |
11 | <view class="machine {{shareFlag ? 'machine-t-m' : 'machine-t-l'}}"> | 11 | <view class="machine {{shareFlag ? 'machine-t-m' : 'machine-t-l'}}"> |
12 | <view class="open-shadow"></view> | 12 | <view class="open-shadow"></view> |
-
Please register or login to post a comment