|
@@ -56,11 +56,11 @@ |
|
@@ -56,11 +56,11 @@ |
56
|
<image mode="widthFix" src="/static/images/activity/close@3x.png" bindtap="closeResult"></image>
|
56
|
<image mode="widthFix" src="/static/images/activity/close@3x.png" bindtap="closeResult"></image>
|
57
|
</view>
|
57
|
</view>
|
58
|
<view class="clock-result-content">
|
58
|
<view class="clock-result-content">
|
59
|
- <view class="clock-result-icon">
|
59
|
+ <!-- <view class="clock-result-icon"> -->
|
60
|
<view class="overflow-hidden-block">
|
60
|
<view class="overflow-hidden-block">
|
61
|
<image mode="widthFix" src="{{helper.image(userPrize.picPath, 180, 180)}}"></image>
|
61
|
<image mode="widthFix" src="{{helper.image(userPrize.picPath, 180, 180)}}"></image>
|
62
|
</view>
|
62
|
</view>
|
63
|
- </view>
|
63
|
+ <!-- </view> -->
|
64
|
<text class="clock-result-p1 ellipsis">{{userPrize.name}}</text>
|
64
|
<text class="clock-result-p1 ellipsis">{{userPrize.name}}</text>
|
65
|
<view class="clock-result-p2">奖品已经放入您的账户</view>
|
65
|
<view class="clock-result-p2">奖品已经放入您的账户</view>
|
66
|
|
66
|
|